Html Css Color HEX #326155 Eden

📋 copy color: '#326155'

red 50 ◦ green 97 ◦ blue 85

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

Shades of Eden #326155

Tints of Eden #326155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.81%

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 21.55%
G = 41.81%
B = 36.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#326155 (or 0x326155) is known color: Eden. HEX triplet: 32, 61 and 55. RGB value is (50,97,85). Sum of RGB (Red+Green+Blue) = 50+97+85=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #326155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326155 is #CD9EAA. Grayscale: #515151. Windows color (decimal): -13475499 or 5595442. OLE color: 5595442.

HSL color Cylindrical-coordinate representation of color #326155: hue angle of 164.68º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326155 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 97 85 -
CMYK 0.48 0 0.12 0.62
HSL 164.68º 0.32% 0.29% -
HSV(B) 164.68º 0.48% 0.38% -
XYZ 7.23 9.88 10.12 -
YUV 81.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 50 97 85 0.48 0 0.12 0.62 164.68 0.32 0.29
Hex 32 61 55 30 0 C 3E A5 20 1D
Octal 62 141 125 60 0 14 76 245 40 35
Binary 110010 1100001 1010101 110000 0 1100 111110 10100101 100000 11101

Color Harmonies of #326155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326155

Black with #326155

Text Example


Text Example

White with #326155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326155; }

 p { color: rgb(50,97,85); }

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

background-color css

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

 a { background-color: rgb(50,97,85); }

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

border-color css

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

 span { border-color: rgb(50,97,85); }

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