#053218

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

Shades of Dark Green #053218

Tints of Dark Green #053218

Color information

#053218 (or 0x053218) is unknown color: approx Dark Green. HEX triplet: 05, 32 and 18. RGB value is (5,50,24). Sum of RGB (Red+Green+Blue) = 5+50+24=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 50 (19.92% from 255 or 63.29% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 50 - color contains mainly: green. Hex color #053218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053218 is #FACDE7. Grayscale: #212121. Windows color (decimal): -16436712 or 1585669. OLE color: 1585669.

HSL color Cylindrical-coordinate representation of color #053218: hue angle of 145.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053218 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB55024-
CMYK0.9000.520.80
HSL145.33º81.82%10.78%-
HSV(B)145.33º90%19.61%-
XYZ1.372.381.25-
YUV33.58122.59107.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 50 (19.92% from 255) = 63.29%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=6.33%
G=63.29%
B=30.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550240.9000.520.80145.3381.8210.78
Hex532185A034509152b
Octal5623013206412022112213
Binary101110010110001011010011010010100001001000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053218; }

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

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

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

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

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

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

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

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