#205752

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

Shades of Eden #205752

Tints of Eden #205752

Color information

#205752 (or 0x205752) is unknown color: approx Eden. HEX triplet: 20, 57 and 52. RGB value is (32,87,82). Sum of RGB (Red+Green+Blue) = 32+87+82=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 87 - color contains mainly: green. Hex color #205752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205752 is #DFA8AD. Grayscale: #454545. Windows color (decimal): -14657710 or 5396256. OLE color: 5396256.

HSL color Cylindrical-coordinate representation of color #205752: hue angle of 174.55º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #205752 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB328782-
CMYK0.6300.060.66
HSL174.55º46.22%23.33%-
HSV(B)174.55º63.22%34.12%-
XYZ5.537.739.18-
YUV69.98134.78100.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 87 (34.38% from 255) = 43.28%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=15.92%
G=43.28%
B=40.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3287820.6300.060.66174.5546.2223.33
Hex2057523F0642af2e17
Octal4012712277061022575627
Binary10000010101111010010111111011010000101010111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205752; }

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

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

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

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

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

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

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

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