#053523

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

Shades of Dark Green #053523

Tints of Dark Green #053523

Color information

#053523 (or 0x053523) is unknown color: approx Dark Green. HEX triplet: 05, 35 and 23. RGB value is (5,53,35). Sum of RGB (Red+Green+Blue) = 5+53+35=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #053523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053523 is #FACADC. Grayscale: #242424. Windows color (decimal): -16435933 or 2307333. OLE color: 2307333.

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

Color convert

RGB55335-
CMYK0.9100.340.79
HSL157.5º82.76%11.37%-
HSV(B)157.5º90.57%20.78%-
XYZ1.642.72.02-
YUV36.6127.1105.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.38%
GREEN value IS 53 (21.09% from 255) = 56.99%
BLUE value IS 35 (14.06% from 255) = 37.63%
R=5.38%
G=56.99%
B=37.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553350.9100.340.79157.582.7611.37
Hex535235B0224F9e53b
Octal5654313304211723612313
Binary1011101011000111011011010001010011111001111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053523; }

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

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

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

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

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

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

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

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