#053721

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

Shades of Dark Green #053721

Tints of Dark Green #053721

Color information

#053721 (or 0x053721) is unknown color: approx Dark Green. HEX triplet: 05, 37 and 21. RGB value is (5,55,33). Sum of RGB (Red+Green+Blue) = 5+55+33=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #053721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053721 is #FAC8DE. Grayscale: #252525. Windows color (decimal): -16435423 or 2176773. OLE color: 2176773.

HSL color Cylindrical-coordinate representation of color #053721: hue angle of 153.6º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053721 is Cyan = 0.91, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB55533-
CMYK0.9100.40.78
HSL153.6º83.33%11.76%-
HSV(B)153.6º90.91%21.57%-
XYZ1.72.871.9-
YUV37.54125.44104.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 55 (21.88% from 255) = 59.14%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=5.38%
G=59.14%
B=35.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555330.9100.40.78153.683.3311.76
Hex537215B0284E9a53c
Octal5674113305011623212314
Binary1011101111000011011011010100010011101001101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053721; }

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

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

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

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

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

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

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

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