Html Css Color HEX #32685B Eden

📋 copy color: '#32685B'

red 50 ◦ green 104 ◦ blue 91

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

Shades of Eden #32685B

Tints of Eden #32685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 20.41%
G = 42.45%
B = 37.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#32685B (or 0x32685B) is known color: Eden. HEX triplet: 32, 68 and 5B. RGB value is (50,104,91). Sum of RGB (Red+Green+Blue) = 50+104+91=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #32685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32685B is #CD97A4. Grayscale: #565656. Windows color (decimal): -13473701 or 5990450. OLE color: 5990450.

HSL color Cylindrical-coordinate representation of color #32685B: hue angle of 165.56º 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 #32685B is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 104 91 -
CMYK 0.52 0 0.12 0.59
HSL 165.56º 0.35% 0.3% -
HSV(B) 165.56º 0.52% 0.41% -
XYZ 8.15 11.33 11.66 -
YUV 86.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 50 104 91 0.52 0 0.12 0.59 165.56 0.35 0.3
Hex 32 68 5B 34 0 C 3B A6 23 1E
Octal 62 150 133 64 0 14 73 246 43 36
Binary 110010 1101000 1011011 110100 0 1100 111011 10100110 100011 11110

Color Harmonies of #32685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32685B

Black with #32685B

Text Example


Text Example

White with #32685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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