Html Css Color HEX #376C5C Stromboli

📋 copy color: '#376C5C'

red 55 ◦ green 108 ◦ blue 92

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

Shades of Stromboli #376C5C

Tints of Stromboli #376C5C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.35%

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 21.57%
G = 42.35%
B = 36.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#376C5C (or 0x376C5C) is known color: Stromboli. HEX triplet: 37, 6C and 5C. RGB value is (55,108,92). Sum of RGB (Red+Green+Blue) = 55+108+92=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #376C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C5C is #C893A3. Grayscale: #5A5A5A. Windows color (decimal): -13144996 or 6057015. OLE color: 6057015.

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

Color convert

RGB 55 108 92 -
CMYK 0.49 0 0.15 0.58
HSL 161.89º 0.33% 0.32% -
HSV(B) 161.89º 0.49% 0.42% -
XYZ 8.87 12.31 12.03 -
YUV 90.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 55 108 92 0.49 0 0.15 0.58 161.89 0.33 0.32
Hex 37 6C 5C 31 0 F 3A A2 21 20
Octal 67 154 134 61 0 17 72 242 41 40
Binary 110111 1101100 1011100 110001 0 1111 111010 10100010 100001 100000

Color Harmonies of #376C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C5C

Black with #376C5C

Text Example


Text Example

White with #376C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,108,92); }

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

background-color css

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

 a { background-color: rgb(55,108,92); }

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

border-color css

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

 span { border-color: rgb(55,108,92); }

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