#051010

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

Shades of Dark Green #051010

Tints of Dark Green #051010

Color information

#051010 (or 0x051010) is unknown color: approx Dark Green. HEX triplet: 05, 10 and 10. RGB value is (5,16,16). Sum of RGB (Red+Green+Blue) = 5+16+16=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #051010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051010 is #FAEFEF. Grayscale: #0C0C0C. Windows color (decimal): -16445424 or 1052677. OLE color: 1052677.

HSL color Cylindrical-coordinate representation of color #051010: hue angle of 180º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #051010 is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB51616-
CMYK0.69000.94
HSL180º52.38%4.12%-
HSV(B)180º68.75%6.27%-
XYZ0.340.440.56-
YUV12.71129.86122.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.51%
GREEN value IS 16 (6.64% from 255) = 43.24%
BLUE value IS 16 (6.64% from 255) = 43.24%
R=13.51%
G=43.24%
B=43.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal516160.69000.9418052.384.12
Hex5101045005Eb4344
Octal5202010500136264644
Binary1011000010000100010100101111010110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051010; }

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

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

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

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

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

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

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

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