#052518

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

Shades of Dark Green #052518

Tints of Dark Green #052518

Color information

#052518 (or 0x052518) is unknown color: approx Dark Green. HEX triplet: 05, 25 and 18. RGB value is (5,37,24). Sum of RGB (Red+Green+Blue) = 5+37+24=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #052518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052518 is #FADAE7. Grayscale: #191919. Windows color (decimal): -16440040 or 1582341. OLE color: 1582341.

HSL color Cylindrical-coordinate representation of color #052518: hue angle of 155.62º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052518 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB53724-
CMYK0.8600.350.85
HSL155.62º76.19%8.24%-
HSV(B)155.62º86.49%14.51%-
XYZ0.891.421.09-
YUV25.95126.9113.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.58%
GREEN value IS 37 (14.84% from 255) = 56.06%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=7.58%
G=56.06%
B=36.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal537240.8600.350.85155.6276.198.24
Hex5251856023559c4c8
Octal5453012604312523411410
Binary101100101110001010110010001110101011001110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052518; }

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

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

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

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

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

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

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

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