#376058

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

Shades of Eden #376058

Tints of Eden #376058

Color information

#376058 (or 0x376058) is unknown color: approx Eden. HEX triplet: 37, 60 and 58. RGB value is (55,96,88). Sum of RGB (Red+Green+Blue) = 55+96+88=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #376058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376058 is #C89FA7. Grayscale: #525252. Windows color (decimal): -13148072 or 5791799. OLE color: 5791799.

HSL color Cylindrical-coordinate representation of color #376058: hue angle of 168.29º 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 #376058 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB559688-
CMYK0.4300.080.62
HSL168.29º27.15%29.61%-
HSV(B)168.29º42.71%37.65%-
XYZ7.529.8810.74-
YUV82.83130.92108.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=23.01%
G=40.17%
B=36.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596880.4300.080.62168.2927.1529.61
Hex3760582B083Ea81b1e
Octal6714013053010762503336
Binary1101111100000101100010101101000111110101010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376058; }

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

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

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

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

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

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

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

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