Html Css Color HEX #326460 Eden

📋 copy color: '#326460'

red 50 ◦ green 100 ◦ blue 96

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

Shades of Eden #326460

Tints of Eden #326460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

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

R = 20.33%
G = 40.65%
B = 39.02%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#326460 (or 0x326460) is known color: Eden. HEX triplet: 32, 64 and 60. RGB value is (50,100,96). Sum of RGB (Red+Green+Blue) = 50+100+96=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 100 - color contains mainly: green. Hex color #326460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326460 is #CD9B9F. Grayscale: #545454. Windows color (decimal): -13474720 or 6317106. OLE color: 6317106.

HSL color Cylindrical-coordinate representation of color #326460: hue angle of 175.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #326460 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 100 96 -
CMYK 0.50 0 0.04 0.61
HSL 175.2º 0.33% 0.29% -
HSV(B) 175.2º 0.5% 0.39% -
XYZ 7.98 10.64 12.7 -
YUV 84.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 50 100 96 0.50 0 0.04 0.61 175.2 0.33 0.29
Hex 32 64 60 32 0 4 3D AF 21 1D
Octal 62 144 140 62 0 4 75 257 41 35
Binary 110010 1100100 1100000 110010 0 100 111101 10101111 100001 11101

Color Harmonies of #326460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326460

Black with #326460

Text Example


Text Example

White with #326460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326460; }

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

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

background-color css

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

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

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

border-color css

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

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

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