#32625B

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

Shades of Eden #32625B

Tints of Eden #32625B

Color information

#32625B (or 0x32625B) is unknown color: approx Eden. HEX triplet: 32, 62 and 5B. RGB value is (50,98,91). Sum of RGB (Red+Green+Blue) = 50+98+91=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #32625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32625B is #CD9DA4. Grayscale: #525252. Windows color (decimal): -13475237 or 5988914. OLE color: 5988914.

HSL color Cylindrical-coordinate representation of color #32625B: hue angle of 171.25º 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 #32625B is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB509891-
CMYK0.4900.070.62
HSL171.25º32.43%29.02%-
HSV(B)171.25º48.98%38.43%-
XYZ7.5710.1711.46-
YUV82.85132.6104.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=20.92%
G=41.00%
B=38.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098910.4900.070.62171.2532.4329.02
Hex32625B31073Eab201d
Octal621421336107762534035
Binary1100101100010101101111000101111111101010101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32625B; }

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

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

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

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

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

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

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

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