Html Css Color HEX #205852 Eden

📋 copy color: '#205852'

red 32 ◦ green 88 ◦ blue 82

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

Shades of Eden #205852

Tints of Eden #205852

RGB

 RED value IS 32 (12.89% from 255) = 15.84%

 GREEN value IS 88 (34.77% from 255) = 43.56%

 BLUE value IS 82 (32.42% from 255) = 40.59%

R = 15.84%
G = 43.56%
B = 40.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#205852 (or 0x205852) is known color: Eden. HEX triplet: 20, 58 and 52. RGB value is (32,88,82). Sum of RGB (Red+Green+Blue) = 32+88+82=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 88 - color contains mainly: green. Hex color #205852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205852 is #DFA7AD. Grayscale: #464646. Windows color (decimal): -14657454 or 5396512. OLE color: 5396512.

HSL color Cylindrical-coordinate representation of color #205852: hue angle of 173.57º degrees, saturation: 0.47, 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 #205852 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 88 82 -
CMYK 0.64 0 0.07 0.65
HSL 173.57º 0.47% 0.24% -
HSV(B) 173.57º 0.64% 0.35% -
XYZ 5.61 7.9 9.21 -
YUV 70.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 32 88 82 0.64 0 0.07 0.65 173.57 0.47 0.24
Hex 20 58 52 40 0 7 41 AE 2F 18
Octal 40 130 122 100 0 7 101 256 57 30
Binary 100000 1011000 1010010 1000000 0 111 1000001 10101110 101111 11000

Color Harmonies of #205852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205852

Black with #205852

Text Example


Text Example

White with #205852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205852; }

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

 H1.HeaderClassName
 {
   color: #205852;
 }
 .AnyTagClassName
 {
   color: #205852;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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