Html Css Color HEX #326B5A Eden

📋 copy color: '#326B5A'

red 50 ◦ green 107 ◦ blue 90

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

Shades of Eden #326B5A

Tints of Eden #326B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.32%

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

R = 20.24%
G = 43.32%
B = 36.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#326B5A (or 0x326B5A) is known color: Eden. HEX triplet: 32, 6B and 5A. RGB value is (50,107,90). Sum of RGB (Red+Green+Blue) = 50+107+90=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #326B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B5A is #CD94A5. Grayscale: #585858. Windows color (decimal): -13472934 or 5925682. OLE color: 5925682.

HSL color Cylindrical-coordinate representation of color #326B5A: hue angle of 162.11º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326B5A is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 50 107 90 -
CMYK 0.53 0 0.16 0.58
HSL 162.11º 0.36% 0.31% -
HSV(B) 162.11º 0.53% 0.42% -
XYZ 8.42 11.93 11.53 -
YUV 88.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 50 107 90 0.53 0 0.16 0.58 162.11 0.36 0.31
Hex 32 6B 5A 35 0 10 3A A2 24 1F
Octal 62 153 132 65 0 20 72 242 44 37
Binary 110010 1101011 1011010 110101 0 10000 111010 10100010 100100 11111

Color Harmonies of #326B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326B5A

Black with #326B5A

Text Example


Text Example

White with #326B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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