Html Css Color HEX #326256 Eden

📋 copy color: '#326256'

red 50 ◦ green 98 ◦ blue 86

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

Shades of Eden #326256

Tints of Eden #326256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.88%

 BLUE value IS 86 (33.98% from 255) = 36.75%

R = 21.37%
G = 41.88%
B = 36.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#326256 (or 0x326256) is known color: Eden. HEX triplet: 32, 62 and 56. RGB value is (50,98,86). Sum of RGB (Red+Green+Blue) = 50+98+86=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #326256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326256 is #CD9DA9. Grayscale: #525252. Windows color (decimal): -13475242 or 5661234. OLE color: 5661234.

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

Color convert

RGB 50 98 86 -
CMYK 0.49 0 0.12 0.62
HSL 165º 0.32% 0.29% -
HSV(B) 165º 0.49% 0.38% -
XYZ 7.36 10.09 10.36 -
YUV 82.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 50 98 86 0.49 0 0.12 0.62 165 0.32 0.29
Hex 32 62 56 31 0 C 3E A5 20 1D
Octal 62 142 126 61 0 14 76 245 40 35
Binary 110010 1100010 1010110 110001 0 1100 111110 10100101 100000 11101

Color Harmonies of #326256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326256

Black with #326256

Text Example


Text Example

White with #326256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326256; }

 p { color: rgb(50,98,86); }

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

background-color css

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

 a { background-color: rgb(50,98,86); }

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

border-color css

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

 span { border-color: rgb(50,98,86); }

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