Html Css Color HEX #376F5B Stromboli

📋 copy color: '#376F5B'

red 55 ◦ green 111 ◦ blue 91

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

Shades of Stromboli #376F5B

Tints of Stromboli #376F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.41%

R = 21.4%
G = 43.19%
B = 35.41%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#376F5B (or 0x376F5B) is known color: Stromboli. HEX triplet: 37, 6F and 5B. RGB value is (55,111,91). Sum of RGB (Red+Green+Blue) = 55+111+91=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 111 - color contains mainly: green. Hex color #376F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F5B is #C890A4. Grayscale: #5C5C5C. Windows color (decimal): -13144229 or 5992247. OLE color: 5992247.

HSL color Cylindrical-coordinate representation of color #376F5B: hue angle of 158.57º 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 #376F5B is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 91 -
CMYK 0.50 0 0.18 0.56
HSL 158.57º 0.34% 0.33% -
HSV(B) 158.57º 0.5% 0.44% -
XYZ 9.15 12.94 11.91 -
YUV 91.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 55 111 91 0.50 0 0.18 0.56 158.57 0.34 0.33
Hex 37 6F 5B 32 0 12 38 9F 22 21
Octal 67 157 133 62 0 22 70 237 42 41
Binary 110111 1101111 1011011 110010 0 10010 111000 10011111 100010 100001

Color Harmonies of #376F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F5B

Black with #376F5B

Text Example


Text Example

White with #376F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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