#326458

Color #326458 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #326458

Tints of Eden #326458

Color information

#326458 (or 0x326458) is unknown color: approx Eden. HEX triplet: 32, 64 and 58. RGB value is (50,100,88). Sum of RGB (Red+Green+Blue) = 50+100+88=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #326458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326458 is #CD9BA7. Grayscale: #535353. Windows color (decimal): -13474728 or 5792818. OLE color: 5792818.

HSL color Cylindrical-coordinate representation of color #326458: hue angle of 165.6º 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 #326458 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB5010088-
CMYK0.5000.120.61
HSL165.6º33.33%29.41%-
HSV(B)165.6º50%39.22%-
XYZ7.6310.510.86-
YUV83.68130.44103.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=21.01%
G=42.02%
B=36.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal50100880.5000.120.61165.633.3329.41
Hex326458320C3Da6211d
Octal6214413062014752464135
Binary11001011001001011000110010011001111011010011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326458; }

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

 H1.HeaderClassName
 {
   color: #326458;
 }
 .AnyTagClassName
 {
   color: #326458;
 }
</style>
background-color css

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

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

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

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

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

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