Html Css Color HEX #326960 Eden

📋 copy color: '#326960'

red 50 ◦ green 105 ◦ blue 96

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

Shades of Eden #326960

Tints of Eden #326960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.83%

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 19.92%
G = 41.83%
B = 38.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#326960 (or 0x326960) is known color: Eden. HEX triplet: 32, 69 and 60. RGB value is (50,105,96). Sum of RGB (Red+Green+Blue) = 50+105+96=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #326960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326960 is #CD969F. Grayscale: #575757. Windows color (decimal): -13473440 or 6318386. OLE color: 6318386.

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

Color convert

RGB 50 105 96 -
CMYK 0.52 0 0.09 0.59
HSL 170.18º 0.35% 0.3% -
HSV(B) 170.18º 0.52% 0.41% -
XYZ 8.48 11.63 12.86 -
YUV 87.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 50 105 96 0.52 0 0.09 0.59 170.18 0.35 0.3
Hex 32 69 60 34 0 9 3B AA 23 1E
Octal 62 151 140 64 0 11 73 252 43 36
Binary 110010 1101001 1100000 110100 0 1001 111011 10101010 100011 11110

Color Harmonies of #326960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326960

Black with #326960

Text Example


Text Example

White with #326960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326960; }

 p { color: rgb(50,105,96); }

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

background-color css

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

 a { background-color: rgb(50,105,96); }

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

border-color css

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

 span { border-color: rgb(50,105,96); }

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