Html Css Color HEX #32685A Eden

📋 copy color: '#32685A'

red 50 ◦ green 104 ◦ blue 90

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

Shades of Eden #32685A

Tints of Eden #32685A

RGB

 RED value IS 50 (19.92% from 255) = 20.49%

 GREEN value IS 104 (41.02% from 255) = 42.62%

 BLUE value IS 90 (35.55% from 255) = 36.89%

R = 20.49%
G = 42.62%
B = 36.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#32685A (or 0x32685A) is known color: Eden. HEX triplet: 32, 68 and 5A. RGB value is (50,104,90). Sum of RGB (Red+Green+Blue) = 50+104+90=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #32685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32685A is #CD97A5. Grayscale: #565656. Windows color (decimal): -13473702 or 5924914. OLE color: 5924914.

HSL color Cylindrical-coordinate representation of color #32685A: hue angle of 164.44º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #32685A is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 104 90 -
CMYK 0.52 0 0.13 0.59
HSL 164.44º 0.35% 0.3% -
HSV(B) 164.44º 0.52% 0.41% -
XYZ 8.11 11.32 11.43 -
YUV 86.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 50 104 90 0.52 0 0.13 0.59 164.44 0.35 0.3
Hex 32 68 5A 34 0 D 3B A4 23 1E
Octal 62 150 132 64 0 15 73 244 43 36
Binary 110010 1101000 1011010 110100 0 1101 111011 10100100 100011 11110

Color Harmonies of #32685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32685A

Black with #32685A

Text Example


Text Example

White with #32685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32685A; }

 p { color: rgb(50,104,90); }

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

background-color css

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

 a { background-color: rgb(50,104,90); }

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

border-color css

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

 span { border-color: rgb(50,104,90); }

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