#05600E

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

Shades of Green #05600E

Tints of Green #05600E

Color information

#05600E (or 0x05600E) is unknown color: approx Green. HEX triplet: 05, 60 and 0E. RGB value is (5,96,14). Sum of RGB (Red+Green+Blue) = 5+96+14=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 96 (37.89% from 255 or 83.48% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 96 - color contains mainly: green. Hex color #05600E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05600E is #FA9FF1. Grayscale: #3B3B3B. Windows color (decimal): -16424946 or 942085. OLE color: 942085.

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

Color convert

RGB59614-
CMYK0.9500.850.62
HSL125.93º90.1%19.8%-
HSV(B)125.93º94.79%37.65%-
XYZ4.328.431.81-
YUV59.44102.3589.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 96 (37.89% from 255) = 83.48%
BLUE value IS 14 (5.86% from 255) = 12.17%
R=4.35%
G=83.48%
B=12.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596140.9500.850.62125.9390.119.8
Hex560E5F0553E7e5a14
Octal51401613701257617613224
Binary101110000011101011111010101011111101111110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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