#205A52

Color #205A52 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #205A52

Tints of Eden #205A52

Color information

#205A52 (or 0x205A52) is unknown color: approx Eden. HEX triplet: 20, 5A and 52. RGB value is (32,90,82). Sum of RGB (Red+Green+Blue) = 32+90+82=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #205A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A52 is #DFA5AD. Grayscale: #474747. Windows color (decimal): -14656942 or 5397024. OLE color: 5397024.

HSL color Cylindrical-coordinate representation of color #205A52: hue angle of 171.72º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A52 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB329082-
CMYK0.6400.090.65
HSL171.72º47.54%23.92%-
HSV(B)171.72º64.44%35.29%-
XYZ5.778.239.27-
YUV71.75133.7899.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=15.69%
G=44.12%
B=40.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3290820.6400.090.65171.7247.5423.92
Hex205A52400941ac3018
Octal401321221000111012546030
Binary1000001011010101001010000000100110000011010110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205A52; }

 p { color: rgb(32,90,82); }

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

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

 a { background-color: rgb(32,90,82); }

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

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

 span { border-color: rgb(32,90,82); }

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