#053525

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

Shades of Dark Green #053525

Tints of Dark Green #053525

Color information

#053525 (or 0x053525) is unknown color: approx Dark Green. HEX triplet: 05, 35 and 25. RGB value is (5,53,37). Sum of RGB (Red+Green+Blue) = 5+53+37=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 53 (21.09% from 255 or 55.79% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 53 - color contains mainly: green. Hex color #053525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053525 is #FACADA. Grayscale: #242424. Windows color (decimal): -16435931 or 2438405. OLE color: 2438405.

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

Color convert

RGB55337-
CMYK0.9100.300.79
HSL160º82.76%11.37%-
HSV(B)160º90.57%20.78%-
XYZ1.672.712.19-
YUV36.82128.1105.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 53 (21.09% from 255) = 55.79%
BLUE value IS 37 (14.84% from 255) = 38.95%
R=5.26%
G=55.79%
B=38.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553370.9100.300.7916082.7611.37
Hex535255B01E4Fa053b
Octal5654513303611724012313
Binary101110101100101101101101111010011111010000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053525; }

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

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

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

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

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

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

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

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