#04600C

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

Shades of Green #04600C

Tints of Green #04600C

Color information

#04600C (or 0x04600C) is unknown color: approx Green. HEX triplet: 04, 60 and 0C. RGB value is (4,96,12). Sum of RGB (Red+Green+Blue) = 4+96+12=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 96 (37.89% from 255 or 85.71% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 96 - color contains mainly: green. Hex color #04600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04600C is #FB9FF3. Grayscale: #3B3B3B. Windows color (decimal): -16490484 or 811012. OLE color: 811012.

HSL color Cylindrical-coordinate representation of color #04600C: hue angle of 125.22º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04600C is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB49612-
CMYK0.9600.880.62
HSL125.22º92%19.61%-
HSV(B)125.22º95.83%37.65%-
XYZ4.38.421.75-
YUV58.92101.5288.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 96 (37.89% from 255) = 85.71%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=3.57%
G=85.71%
B=10.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal496120.9600.880.62125.229219.61
Hex460C600583E7d5c14
Octal41401414001307617513424
Binary100110000011001100000010110001111101111101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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