Html Css Color HEX #376D5E Stromboli

📋 copy color: '#376D5E'

red 55 ◦ green 109 ◦ blue 94

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

Shades of Stromboli #376D5E

Tints of Stromboli #376D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.25%

 BLUE value IS 94 (37.11% from 255) = 36.43%

R = 21.32%
G = 42.25%
B = 36.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#376D5E (or 0x376D5E) is known color: Stromboli. HEX triplet: 37, 6D and 5E. RGB value is (55,109,94). Sum of RGB (Red+Green+Blue) = 55+109+94=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 109 - color contains mainly: green. Hex color #376D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D5E is #C892A1. Grayscale: #5B5B5B. Windows color (decimal): -13144738 or 6188343. OLE color: 6188343.

HSL color Cylindrical-coordinate representation of color #376D5E: hue angle of 163.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376D5E is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 109 94 -
CMYK 0.50 0 0.14 0.57
HSL 163.33º 0.33% 0.32% -
HSV(B) 163.33º 0.5% 0.43% -
XYZ 9.06 12.56 12.54 -
YUV 91.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 55 109 94 0.50 0 0.14 0.57 163.33 0.33 0.32
Hex 37 6D 5E 32 0 E 39 A3 21 20
Octal 67 155 136 62 0 16 71 243 41 40
Binary 110111 1101101 1011110 110010 0 1110 111001 10100011 100001 100000

Color Harmonies of #376D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D5E

Black with #376D5E

Text Example


Text Example

White with #376D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376D5E; }

 p { color: rgb(55,109,94); }

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

background-color css

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

 a { background-color: rgb(55,109,94); }

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

border-color css

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

 span { border-color: rgb(55,109,94); }

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