Html Css Color HEX #376A5F Stromboli

📋 copy color: '#376A5F'

red 55 ◦ green 106 ◦ blue 95

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

Shades of Stromboli #376A5F

Tints of Stromboli #376A5F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

 BLUE value IS 95 (37.5% from 255) = 37.11%

R = 21.48%
G = 41.41%
B = 37.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#376A5F (or 0x376A5F) is known color: Stromboli. HEX triplet: 37, 6A and 5F. RGB value is (55,106,95). Sum of RGB (Red+Green+Blue) = 55+106+95=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 106 - color contains mainly: green. Hex color #376A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A5F is #C895A0. Grayscale: #595959. Windows color (decimal): -13145505 or 6253111. OLE color: 6253111.

HSL color Cylindrical-coordinate representation of color #376A5F: hue angle of 167.06º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376A5F is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 106 95 -
CMYK 0.48 0 0.10 0.58
HSL 167.06º 0.32% 0.32% -
HSV(B) 167.06º 0.48% 0.42% -
XYZ 8.8 11.95 12.67 -
YUV 89.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 55 106 95 0.48 0 0.10 0.58 167.06 0.32 0.32
Hex 37 6A 5F 30 0 A 3A A7 20 20
Octal 67 152 137 60 0 12 72 247 40 40
Binary 110111 1101010 1011111 110000 0 1010 111010 10100111 100000 100000

Color Harmonies of #376A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A5F

Black with #376A5F

Text Example


Text Example

White with #376A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,106,95); }

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

background-color css

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

 a { background-color: rgb(55,106,95); }

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

border-color css

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

 span { border-color: rgb(55,106,95); }

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