#051918

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

Shades of Dark Green #051918

Tints of Dark Green #051918

Color information

#051918 (or 0x051918) is unknown color: approx Dark Green. HEX triplet: 05, 19 and 18. RGB value is (5,25,24). Sum of RGB (Red+Green+Blue) = 5+25+24=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 25 - color contains mainly: green. Hex color #051918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051918 is #FAE6E7. Grayscale: #121212. Windows color (decimal): -16443112 or 1579269. OLE color: 1579269.

HSL color Cylindrical-coordinate representation of color #051918: hue angle of 177º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051918 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB52524-
CMYK0.8000.040.90
HSL177º66.67%5.88%-
HSV(B)177º80%9.8%-
XYZ0.580.790.99-
YUV18.91130.87118.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 25 (10.16% from 255) = 46.30%
BLUE value IS 24 (9.77% from 255) = 44.44%
R=9.26%
G=46.30%
B=44.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal525240.8000.040.9017766.675.88
Hex5191850045Ab1436
Octal53130120041322611036
Binary1011100111000101000001001011010101100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051918; }

 p { color: rgb(5,25,24); }

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

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

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

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

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

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

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