#057019

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

Shades of Green #057019

Tints of Green #057019

Color information

#057019 (or 0x057019) is unknown color: approx Green. HEX triplet: 05, 70 and 19. RGB value is (5,112,25). Sum of RGB (Red+Green+Blue) = 5+112+25=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 112 (44.14% from 255 or 78.87% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 112 - color contains mainly: green. Hex color #057019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057019 is #FA8FE6. Grayscale: #464646. Windows color (decimal): -16420839 or 1667077. OLE color: 1667077.

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

Color convert

RGB511225-
CMYK0.9600.780.56
HSL131.21º91.45%22.94%-
HSV(B)131.21º95.54%43.92%-
XYZ6.0311.692.86-
YUV70.09102.5581.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 112 (44.14% from 255) = 78.87%
BLUE value IS 25 (10.16% from 255) = 17.61%
R=3.52%
G=78.87%
B=17.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112250.9600.780.56131.2191.4522.94
Hex570196004E38835b17
Octal51603114001167020313327
Binary10111100001100111000000100111011100010000011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057019; }

 p { color: rgb(5,112,25); }

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

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

 a { background-color: rgb(5,112,25); }

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

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

 span { border-color: rgb(5,112,25); }

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