#05600F

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

Shades of Green #05600F

Tints of Green #05600F

Color information

#05600F (or 0x05600F) is unknown color: approx Green. HEX triplet: 05, 60 and 0F. RGB value is (5,96,15). Sum of RGB (Red+Green+Blue) = 5+96+15=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 96 (37.89% from 255 or 82.76% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 96 - color contains mainly: green. Hex color #05600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05600F is #FA9FF0. Grayscale: #3B3B3B. Windows color (decimal): -16424945 or 1007621. OLE color: 1007621.

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

Color convert

RGB59615-
CMYK0.9500.840.62
HSL126.59º90.1%19.8%-
HSV(B)126.59º94.79%37.65%-
XYZ4.338.431.85-
YUV59.56102.8589.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 96 (37.89% from 255) = 82.76%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=4.31%
G=82.76%
B=12.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596150.9500.840.62126.5990.119.8
Hex560F5F0543E7f5a14
Octal51401713701247617713224
Binary101110000011111011111010101001111101111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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