#053318

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

Shades of Dark Green #053318

Tints of Dark Green #053318

Color information

#053318 (or 0x053318) is unknown color: approx Dark Green. HEX triplet: 05, 33 and 18. RGB value is (5,51,24). Sum of RGB (Red+Green+Blue) = 5+51+24=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #053318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053318 is #FACCE7. Grayscale: #222222. Windows color (decimal): -16436456 or 1585925. OLE color: 1585925.

HSL color Cylindrical-coordinate representation of color #053318: hue angle of 144.78º 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 #053318 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB55124-
CMYK0.9000.530.8
HSL144.78º82.14%10.98%-
HSV(B)144.78º90.2%20%-
XYZ1.412.471.27-
YUV34.17122.26107.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 51 (20.31% from 255) = 63.75%
BLUE value IS 24 (9.77% from 255) = 30%
R=6.25%
G=63.75%
B=30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551240.9000.530.8144.7882.1410.98
Hex533185A035509152b
Octal5633013206512022112213
Binary101110011110001011010011010110100001001000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053318; }

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

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

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

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

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

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

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

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