#04720C

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

Shades of Green #04720C

Tints of Green #04720C

Color information

#04720C (or 0x04720C) is unknown color: approx Green. HEX triplet: 04, 72 and 0C. RGB value is (4,114,12). Sum of RGB (Red+Green+Blue) = 4+114+12=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 114 (44.92% from 255 or 87.69% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 114 - color contains mainly: green. Hex color #04720C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04720C is #FB8DF3. Grayscale: #454545. Windows color (decimal): -16485876 or 815620. OLE color: 815620.

HSL color Cylindrical-coordinate representation of color #04720C: hue angle of 124.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04720C is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB411412-
CMYK0.9600.890.55
HSL124.36º93.22%23.14%-
HSV(B)124.36º96.49%44.71%-
XYZ6.1312.092.36-
YUV69.4895.5681.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.08%
GREEN value IS 114 (44.92% from 255) = 87.69%
BLUE value IS 12 (5.08% from 255) = 9.23%
R=3.08%
G=87.69%
B=9.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4114120.9600.890.55124.3693.2223.14
Hex472C60059377c5d17
Octal41621414001316717413527
Binary100111001011001100000010110011101111111100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04720C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,114,12); }

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

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

 a { background-color: rgb(4,114,12); }

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

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

 span { border-color: rgb(4,114,12); }

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