Html Css Color HEX #376860 Eden

📋 copy color: '#376860'

red 55 ◦ green 104 ◦ blue 96

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

Shades of Eden #376860

Tints of Eden #376860

RGB

 RED value IS 55 (21.88% from 255) = 21.57%

 GREEN value IS 104 (41.02% from 255) = 40.78%

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 21.57%
G = 40.78%
B = 37.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#376860 (or 0x376860) is known color: Eden. HEX triplet: 37, 68 and 60. RGB value is (55,104,96). Sum of RGB (Red+Green+Blue) = 55+104+96=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #376860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376860 is #C8979F. Grayscale: #585858. Windows color (decimal): -13146016 or 6318135. OLE color: 6318135.

HSL color Cylindrical-coordinate representation of color #376860: hue angle of 170.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #376860 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 104 96 -
CMYK 0.47 0 0.08 0.59
HSL 170.2º 0.31% 0.31% -
HSV(B) 170.2º 0.47% 0.41% -
XYZ 8.64 11.56 12.84 -
YUV 88.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 55 104 96 0.47 0 0.08 0.59 170.2 0.31 0.31
Hex 37 68 60 2F 0 8 3B AA 1F 1F
Octal 67 150 140 57 0 10 73 252 37 37
Binary 110111 1101000 1100000 101111 0 1000 111011 10101010 11111 11111

Color Harmonies of #376860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376860

Black with #376860

Text Example


Text Example

White with #376860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376860; }

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

 H1.HeaderClassName
 {
   color: #376860;
 }
 .AnyTagClassName
 {
   color: #376860;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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