#326358

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

Shades of Eden #326358

Tints of Eden #326358

Color information

#326358 (or 0x326358) is unknown color: approx Eden. HEX triplet: 32, 63 and 58. RGB value is (50,99,88). Sum of RGB (Red+Green+Blue) = 50+99+88=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #326358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326358 is #CD9CA7. Grayscale: #535353. Windows color (decimal): -13474984 or 5792562. OLE color: 5792562.

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

Color convert

RGB509988-
CMYK0.4900.110.61
HSL166.53º32.89%29.22%-
HSV(B)166.53º49.49%38.82%-
XYZ7.5410.3110.82-
YUV83.1130.77104.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=21.10%
G=41.77%
B=37.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5099880.4900.110.61166.5332.8929.22
Hex326358310B3Da7211d
Octal6214313061013752474135
Binary11001011000111011000110001010111111011010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326358; }

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

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

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

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

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

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

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

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