#05600C

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

Shades of Green #05600C

Tints of Green #05600C

Color information

#05600C (or 0x05600C) is unknown color: approx Green. HEX triplet: 05, 60 and 0C. RGB value is (5,96,12). Sum of RGB (Red+Green+Blue) = 5+96+12=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 96 (37.89% from 255 or 84.96% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 96 - color contains mainly: green. Hex color #05600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05600C is #FA9FF3. Grayscale: #3B3B3B. Windows color (decimal): -16424948 or 811013. OLE color: 811013.

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

Color convert

RGB59612-
CMYK0.9500.880.62
HSL124.62º90.1%19.8%-
HSV(B)124.62º94.79%37.65%-
XYZ4.318.421.75-
YUV59.22101.3589.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 96 (37.89% from 255) = 84.96%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=4.42%
G=84.96%
B=10.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596120.9500.880.62124.6290.119.8
Hex560C5F0583E7d5a14
Octal51401413701307617513224
Binary101110000011001011111010110001111101111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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