#053526

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

Shades of Dark Green #053526

Tints of Dark Green #053526

Color information

#053526 (or 0x053526) is unknown color: approx Dark Green. HEX triplet: 05, 35 and 26. RGB value is (5,53,38). Sum of RGB (Red+Green+Blue) = 5+53+38=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #053526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053526 is #FACAD9. Grayscale: #242424. Windows color (decimal): -16435930 or 2503941. OLE color: 2503941.

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

Color convert

RGB55338-
CMYK0.9100.280.79
HSL161.25º82.76%11.37%-
HSV(B)161.25º90.57%20.78%-
XYZ1.692.722.27-
YUV36.94128.6105.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 53 (21.09% from 255) = 55.21%
BLUE value IS 38 (15.23% from 255) = 39.58%
R=5.21%
G=55.21%
B=39.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553380.9100.280.79161.2582.7611.37
Hex535265B01C4Fa153b
Octal5654613303411724112313
Binary101110101100110101101101110010011111010000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053526; }

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

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

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

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

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

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

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

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