#051A10

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

Shades of Dark Green #051A10

Tints of Dark Green #051A10

Color information

#051A10 (or 0x051A10) is unknown color: approx Dark Green. HEX triplet: 05, 1A and 10. RGB value is (5,26,16). Sum of RGB (Red+Green+Blue) = 5+26+16=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #051A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A10 is #FAE5EF. Grayscale: #121212. Windows color (decimal): -16442864 or 1055237. OLE color: 1055237.

HSL color Cylindrical-coordinate representation of color #051A10: hue angle of 151.43º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051A10 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.

Color convert

RGB52616-
CMYK0.8100.380.90
HSL151.43º67.74%6.08%-
HSV(B)151.43º80.77%10.2%-
XYZ0.530.810.62-
YUV18.58126.54118.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10.64%
GREEN value IS 26 (10.55% from 255) = 55.32%
BLUE value IS 16 (6.64% from 255) = 34.04%
R=10.64%
G=55.32%
B=34.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal526160.8100.380.90151.4367.746.08
Hex51A10510265A97446
Octal532201210461322271046
Binary1011101010000101000101001101011010100101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051A10; }

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

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

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

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

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

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

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

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