#376059

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

Shades of Eden #376059

Tints of Eden #376059

Color information

#376059 (or 0x376059) is unknown color: approx Eden. HEX triplet: 37, 60 and 59. RGB value is (55,96,89). Sum of RGB (Red+Green+Blue) = 55+96+89=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #376059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376059 is #C89FA6. Grayscale: #525252. Windows color (decimal): -13148071 or 5857335. OLE color: 5857335.

HSL color Cylindrical-coordinate representation of color #376059: hue angle of 169.76º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376059 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB559689-
CMYK0.4300.070.62
HSL169.76º27.15%29.61%-
HSV(B)169.76º42.71%37.65%-
XYZ7.569.910.96-
YUV82.94131.42108.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=22.92%
G=40%
B=37.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596890.4300.070.62169.7627.1529.61
Hex3760592B073Eaa1b1e
Octal671401315307762523336
Binary110111110000010110011010110111111110101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376059; }

 p { color: rgb(55,96,89); }

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

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

 a { background-color: rgb(55,96,89); }

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

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

 span { border-color: rgb(55,96,89); }

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