#053518

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

Shades of Dark Green #053518

Tints of Dark Green #053518

Color information

#053518 (or 0x053518) is unknown color: approx Dark Green. HEX triplet: 05, 35 and 18. RGB value is (5,53,24). Sum of RGB (Red+Green+Blue) = 5+53+24=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 53 (21.09% from 255 or 64.63% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 53 - color contains mainly: green. Hex color #053518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053518 is #FACAE7. Grayscale: #232323. Windows color (decimal): -16435944 or 1586437. OLE color: 1586437.

HSL color Cylindrical-coordinate representation of color #053518: hue angle of 143.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053518 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB55324-
CMYK0.9100.550.79
HSL143.75º82.76%11.37%-
HSV(B)143.75º90.57%20.78%-
XYZ1.52.641.3-
YUV35.34121.6106.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.10%
GREEN value IS 53 (21.09% from 255) = 64.63%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=6.10%
G=64.63%
B=29.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553240.9100.550.79143.7582.7611.37
Hex535185B0374F9053b
Octal5653013306711722012313
Binary101110101110001011011011011110011111001000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053518; }

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

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

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

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

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

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

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

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