#05740C

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

Shades of Green #05740C

Tints of Green #05740C

Color information

#05740C (or 0x05740C) is unknown color: approx Green. HEX triplet: 05, 74 and 0C. RGB value is (5,116,12). Sum of RGB (Red+Green+Blue) = 5+116+12=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 116 (45.70% from 255 or 87.22% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 116 - color contains mainly: green. Hex color #05740C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05740C is #FA8BF3. Grayscale: #474747. Windows color (decimal): -16419828 or 816133. OLE color: 816133.

HSL color Cylindrical-coordinate representation of color #05740C: hue angle of 123.78º 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 #05740C is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB511612-
CMYK0.9600.900.55
HSL123.78º91.74%23.73%-
HSV(B)123.78º95.69%45.49%-
XYZ6.3712.552.43-
YUV70.9694.7380.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 116 (45.70% from 255) = 87.22%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=3.76%
G=87.22%
B=9.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116120.9600.900.55123.7891.7423.73
Hex574C6005A377c5c18
Octal51641414001326717413430
Binary101111010011001100000010110101101111111100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05740C; }

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

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

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

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

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

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

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

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