#057103

Color #057103 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #057103

Tints of Green #057103

Color information

#057103 (or 0x057103) is unknown color: approx Green. HEX triplet: 05, 71 and 03. RGB value is (5,113,3). Sum of RGB (Red+Green+Blue) = 5+113+3=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 113 (44.53% from 255 or 93.39% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 113 - color contains mainly: green. Hex color #057103 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057103 is #FA8EFC. Grayscale: #444444. Windows color (decimal): -16420605 or 225541. OLE color: 225541.

HSL color Cylindrical-coordinate representation of color #057103: hue angle of 118.91º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057103 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB51133-
CMYK0.9600.970.56
HSL118.91º94.83%22.75%-
HSV(B)118.91º97.35%44.31%-
XYZ5.9811.852.06-
YUV68.1791.2282.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 113 (44.53% from 255) = 93.39%
BLUE value IS 3 (1.56% from 255) = 2.48%
R=4.13%
G=93.39%
B=2.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511330.9600.970.56118.9194.8322.75
Hex57136006138775f17
Octal5161314001417016713727
Binary1011110001111100000011000011110001110111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057103; }

 p { color: rgb(5,113,3); }

 H1.HeaderClassName
 {
   color: #057103;
 }
 .AnyTagClassName
 {
   color: #057103;
 }
</style>
background-color css

<style>
 a { background-color: #057103; }

 a { background-color: rgb(5,113,3); }

 div.DivClassName
 {
   background-color: #057103;
 }
 .BgClassName
 {
   background-color: #057103;
 }
</style>
border-color css

<style>
 span { border-color: #057103; }

 span { border-color: rgb(5,113,3); }

 td.TdClassName
 {
   border-color: #057103;
 }
 .TagClassName
 {
   border-color: #057103;
 }
</style>