#051210

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

Shades of Dark Green #051210

Tints of Dark Green #051210

Color information

#051210 (or 0x051210) is unknown color: approx Dark Green. HEX triplet: 05, 12 and 10. RGB value is (5,18,16). Sum of RGB (Red+Green+Blue) = 5+18+16=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 18 - color contains mainly: green. Hex color #051210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051210 is #FAEDEF. Grayscale: #0D0D0D. Windows color (decimal): -16444912 or 1053189. OLE color: 1053189.

HSL color Cylindrical-coordinate representation of color #051210: hue angle of 170.77º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #051210 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB51816-
CMYK0.7200.110.93
HSL170.77º56.52%4.51%-
HSV(B)170.77º72.22%7.06%-
XYZ0.370.50.57-
YUV13.88129.19121.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 18 (7.42% from 255) = 46.15%
BLUE value IS 16 (6.64% from 255) = 41.03%
R=12.82%
G=46.15%
B=41.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal518160.7200.110.93170.7756.524.51
Hex51210480B5Dab395
Octal52220110013135253715
Binary1011001010000100100001011101110110101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051210; }

 p { color: rgb(5,18,16); }

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

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

 a { background-color: rgb(5,18,16); }

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

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

 span { border-color: rgb(5,18,16); }

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