Html Css Color HEX #376059 Eden

📋 copy color: '#376059'

red 55 ◦ green 96 ◦ blue 89

#376059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #376059

Tints of Eden #376059

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 value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#376059 (or 0x376059) is known color: 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

RGB 55 96 89 -
CMYK 0.43 0 0.07 0.62
HSL 169.76º 0.27% 0.3% -
HSV(B) 169.76º 0.43% 0.38% -
XYZ 7.56 9.9 10.96 -
YUV 82.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 55 96 89 0.43 0 0.07 0.62 169.76 0.27 0.3
Hex 37 60 59 2B 0 7 3E AA 1B 1E
Octal 67 140 131 53 0 7 76 252 33 36
Binary 110111 1100000 1011001 101011 0 111 111110 10101010 11011 11110

Color Harmonies of #376059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376059

Black with #376059

Text Example


Text Example

White with #376059

Text Example


Text Example

HTML Codes & Css Web 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>