#053521

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

Shades of Dark Green #053521

Tints of Dark Green #053521

Color information

#053521 (or 0x053521) is unknown color: approx Dark Green. HEX triplet: 05, 35 and 21. RGB value is (5,53,33). Sum of RGB (Red+Green+Blue) = 5+53+33=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #053521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053521 is #FACADE. Grayscale: #242424. Windows color (decimal): -16435935 or 2176261. OLE color: 2176261.

HSL color Cylindrical-coordinate representation of color #053521: hue angle of 155º 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 #053521 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB55333-
CMYK0.9100.380.79
HSL155º82.76%11.37%-
HSV(B)155º90.57%20.78%-
XYZ1.612.691.87-
YUV36.37126.1105.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.49%
GREEN value IS 53 (21.09% from 255) = 58.24%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=5.49%
G=58.24%
B=36.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553330.9100.380.7915582.7611.37
Hex535215B0264F9b53b
Octal5654113304611723312313
Binary1011101011000011011011010011010011111001101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053521; }

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

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

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

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

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

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

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

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