#05600D

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

Shades of Green #05600D

Tints of Green #05600D

Color information

#05600D (or 0x05600D) is unknown color: approx Green. HEX triplet: 05, 60 and 0D. RGB value is (5,96,13). Sum of RGB (Red+Green+Blue) = 5+96+13=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 96 (37.89% from 255 or 84.21% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 96 - color contains mainly: green. Hex color #05600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05600D is #FA9FF2. Grayscale: #3B3B3B. Windows color (decimal): -16424947 or 876549. OLE color: 876549.

HSL color Cylindrical-coordinate representation of color #05600D: hue angle of 125.27º 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 #05600D is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB59613-
CMYK0.9500.860.62
HSL125.27º90.1%19.8%-
HSV(B)125.27º94.79%37.65%-
XYZ4.328.431.78-
YUV59.33101.8589.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 96 (37.89% from 255) = 84.21%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=4.39%
G=84.21%
B=11.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596130.9500.860.62125.2790.119.8
Hex560D5F0563E7d5a14
Octal51401513701267617513224
Binary101110000011011011111010101101111101111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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