#05610D

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

Shades of Green #05610D

Tints of Green #05610D

Color information

#05610D (or 0x05610D) is unknown color: approx Green. HEX triplet: 05, 61 and 0D. RGB value is (5,97,13). Sum of RGB (Red+Green+Blue) = 5+97+13=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 97 (38.28% from 255 or 84.35% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 97 - color contains mainly: green. Hex color #05610D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05610D is #FA9EF2. Grayscale: #3C3C3C. Windows color (decimal): -16424691 or 876805. OLE color: 876805.

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

Color convert

RGB59713-
CMYK0.9500.870.62
HSL125.22º90.2%20%-
HSV(B)125.22º94.85%38.04%-
XYZ4.418.611.81-
YUV59.92101.5288.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 97 (38.28% from 255) = 84.35%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=4.35%
G=84.35%
B=11.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597130.9500.870.62125.2290.220
Hex561D5F0573E7d5a14
Octal51411513701277617513224
Binary101110000111011011111010101111111101111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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