#052918

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

Shades of Dark Green #052918

Tints of Dark Green #052918

Color information

#052918 (or 0x052918) is unknown color: approx Dark Green. HEX triplet: 05, 29 and 18. RGB value is (5,41,24). Sum of RGB (Red+Green+Blue) = 5+41+24=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #052918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052918 is #FAD6E7. Grayscale: #1C1C1C. Windows color (decimal): -16439016 or 1583365. OLE color: 1583365.

HSL color Cylindrical-coordinate representation of color #052918: hue angle of 151.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052918 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.84.

Color convert

RGB54124-
CMYK0.8800.410.84
HSL151.67º78.26%9.02%-
HSV(B)151.67º87.8%16.08%-
XYZ1.021.681.14-
YUV28.3125.57111.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.14%
GREEN value IS 41 (16.41% from 255) = 58.57%
BLUE value IS 24 (9.77% from 255) = 34.29%
R=7.14%
G=58.57%
B=34.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal541240.8800.410.84151.6778.269.02
Hex529185802954984e9
Octal5513013005112423011611
Binary101101001110001011000010100110101001001100010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052918; }

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

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

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

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

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

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

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

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