#376760

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

Shades of Eden #376760

Tints of Eden #376760

Color information

#376760 (or 0x376760) is unknown color: approx Eden. HEX triplet: 37, 67 and 60. RGB value is (55,103,96). Sum of RGB (Red+Green+Blue) = 55+103+96=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #376760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376760 is #C8989F. Grayscale: #575757. Windows color (decimal): -13146272 or 6317879. OLE color: 6317879.

HSL color Cylindrical-coordinate representation of color #376760: hue angle of 171.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #376760 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB5510396-
CMYK0.4700.070.60
HSL171.25º30.38%30.98%-
HSV(B)171.25º46.6%40.39%-
XYZ8.5411.3612.81-
YUV87.85132.6104.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 103 (40.62% from 255) = 40.55%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=21.65%
G=40.55%
B=37.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55103960.4700.070.60171.2530.3830.98
Hex3767602F073Cab1e1f
Octal671471405707742533637
Binary110111110011111000001011110111111100101010111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376760; }

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

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

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

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

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

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

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

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