#052018

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

Shades of Dark Green #052018

Tints of Dark Green #052018

Color information

#052018 (or 0x052018) is unknown color: approx Dark Green. HEX triplet: 05, 20 and 18. RGB value is (5,32,24). Sum of RGB (Red+Green+Blue) = 5+32+24=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 32 (12.89% from 255 or 52.46% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 32 - color contains mainly: green. Hex color #052018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052018 is #FADFE7. Grayscale: #171717. Windows color (decimal): -16441320 or 1581061. OLE color: 1581061.

HSL color Cylindrical-coordinate representation of color #052018: hue angle of 162.22º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #052018 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB53224-
CMYK0.8400.250.87
HSL162.22º72.97%7.25%-
HSV(B)162.22º84.38%12.55%-
XYZ0.741.131.04-
YUV23.02128.55115.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 32 (12.89% from 255) = 52.46%
BLUE value IS 24 (9.77% from 255) = 39.34%
R=8.20%
G=52.46%
B=39.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal532240.8400.250.87162.2272.977.25
Hex520185401957a2497
Octal540301240311272421117
Binary1011000001100010101000110011010111101000101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052018; }

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

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

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

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

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

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

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

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