#057412

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

Shades of Green #057412

Tints of Green #057412

Color information

#057412 (or 0x057412) is unknown color: approx Green. HEX triplet: 05, 74 and 12. RGB value is (5,116,18). Sum of RGB (Red+Green+Blue) = 5+116+18=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 116 (45.70% from 255 or 83.45% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 116 - color contains mainly: green. Hex color #057412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057412 is #FA8BED. Grayscale: #474747. Windows color (decimal): -16419822 or 1209349. OLE color: 1209349.

HSL color Cylindrical-coordinate representation of color #057412: hue angle of 127.03º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057412 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB511618-
CMYK0.9600.840.55
HSL127.03º91.74%23.73%-
HSV(B)127.03º95.69%45.49%-
XYZ6.4212.572.66-
YUV71.6497.7380.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 116 (45.70% from 255) = 83.45%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=3.60%
G=83.45%
B=12.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116180.9600.840.55127.0391.7423.73
Hex5741260054377f5c18
Octal51642214001246717713430
Binary1011110100100101100000010101001101111111111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057412; }

 p { color: rgb(5,116,18); }

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

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

 a { background-color: rgb(5,116,18); }

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

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

 span { border-color: rgb(5,116,18); }

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