#051612

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

Shades of Dark Green #051612

Tints of Dark Green #051612

Color information

#051612 (or 0x051612) is unknown color: approx Dark Green. HEX triplet: 05, 16 and 12. RGB value is (5,22,18). Sum of RGB (Red+Green+Blue) = 5+22+18=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #051612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051612 is #FAE9ED. Grayscale: #101010. Windows color (decimal): -16443886 or 1185285. OLE color: 1185285.

HSL color Cylindrical-coordinate representation of color #051612: hue angle of 165.88º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #051612 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.

Color convert

RGB52218-
CMYK0.7700.180.91
HSL165.88º62.96%5.29%-
HSV(B)165.88º77.27%8.63%-
XYZ0.460.650.67-
YUV16.46128.87119.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.11%
GREEN value IS 22 (8.98% from 255) = 48.89%
BLUE value IS 18 (7.42% from 255) = 40%
R=11.11%
G=48.89%
B=40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal522180.7700.180.91165.8862.965.29
Hex516124D0125Ba63f5
Octal52622115022133246775
Binary10110110100101001101010010101101110100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051612; }

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

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

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

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

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

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

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

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