Html Css Color HEX #205752 Eden

📋 copy color: '#205752'

red 32 ◦ green 87 ◦ blue 82

#205752
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #205752

Tints of Eden #205752

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.8%

R = 15.92%
G = 43.28%
B = 40.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#205752 (or 0x205752) is known color: 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

RGB 32 87 82 -
CMYK 0.63 0 0.06 0.66
HSL 174.55º 0.46% 0.23% -
HSV(B) 174.55º 0.63% 0.34% -
XYZ 5.53 7.73 9.18 -
YUV 69.99 134.78 100.91 -
System Red Green Blue C M Y K H S L
Decimal 32 87 82 0.63 0 0.06 0.66 174.55 0.46 0.23
Hex 20 57 52 3F 0 6 42 AF 2E 17
Octal 40 127 122 77 0 6 102 257 56 27
Binary 100000 1010111 1010010 111111 0 110 1000010 10101111 101110 10111

Color Harmonies of #205752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205752

Black with #205752

Text Example


Text Example

White with #205752

Text Example


Text Example

HTML Codes & Css Web 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>