Html Css Color HEX #376F5E Stromboli

📋 copy color: '#376F5E'

red 55 ◦ green 111 ◦ blue 94

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

Shades of Stromboli #376F5E

Tints of Stromboli #376F5E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.69%

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

R = 21.15%
G = 42.69%
B = 36.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#376F5E (or 0x376F5E) is known color: Stromboli. HEX triplet: 37, 6F and 5E. RGB value is (55,111,94). Sum of RGB (Red+Green+Blue) = 55+111+94=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #376F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F5E is #C890A1. Grayscale: #5C5C5C. Windows color (decimal): -13144226 or 6188855. OLE color: 6188855.

HSL color Cylindrical-coordinate representation of color #376F5E: hue angle of 161.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F5E is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 94 -
CMYK 0.50 0 0.15 0.56
HSL 161.79º 0.34% 0.33% -
HSV(B) 161.79º 0.5% 0.44% -
XYZ 9.28 12.99 12.61 -
YUV 92.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 55 111 94 0.50 0 0.15 0.56 161.79 0.34 0.33
Hex 37 6F 5E 32 0 F 38 A2 22 21
Octal 67 157 136 62 0 17 70 242 42 41
Binary 110111 1101111 1011110 110010 0 1111 111000 10100010 100010 100001

Color Harmonies of #376F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F5E

Black with #376F5E

Text Example


Text Example

White with #376F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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