#053528

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

Shades of Dark Green #053528

Tints of Dark Green #053528

Color information

#053528 (or 0x053528) is unknown color: approx Dark Green. HEX triplet: 05, 35 and 28. RGB value is (5,53,40). Sum of RGB (Red+Green+Blue) = 5+53+40=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #053528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053528 is #FACAD7. Grayscale: #252525. Windows color (decimal): -16435928 or 2635013. OLE color: 2635013.

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

Color convert

RGB55340-
CMYK0.9100.250.79
HSL163.75º82.76%11.37%-
HSV(B)163.75º90.57%20.78%-
XYZ1.722.732.44-
YUV37.17129.6105.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 53 (21.09% from 255) = 54.08%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=5.10%
G=54.08%
B=40.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553400.9100.250.79163.7582.7611.37
Hex535285B0194Fa453b
Octal5655013303111724412313
Binary101110101101000101101101100110011111010010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053528; }

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

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

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

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

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

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

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

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