Html Css Color HEX #37695C Stromboli

📋 copy color: '#37695C'

red 55 ◦ green 105 ◦ blue 92

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

Shades of Stromboli #37695C

Tints of Stromboli #37695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.67%

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

R = 21.83%
G = 41.67%
B = 36.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#37695C (or 0x37695C) is known color: Stromboli. HEX triplet: 37, 69 and 5C. RGB value is (55,105,92). Sum of RGB (Red+Green+Blue) = 55+105+92=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #37695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37695C is #C896A3. Grayscale: #585858. Windows color (decimal): -13145764 or 6056247. OLE color: 6056247.

HSL color Cylindrical-coordinate representation of color #37695C: hue angle of 164.4º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37695C is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 105 92 -
CMYK 0.48 0 0.12 0.59
HSL 164.4º 0.31% 0.31% -
HSV(B) 164.4º 0.48% 0.41% -
XYZ 8.56 11.69 11.93 -
YUV 88.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 55 105 92 0.48 0 0.12 0.59 164.4 0.31 0.31
Hex 37 69 5C 30 0 C 3B A4 1F 1F
Octal 67 151 134 60 0 14 73 244 37 37
Binary 110111 1101001 1011100 110000 0 1100 111011 10100100 11111 11111

Color Harmonies of #37695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37695C

Black with #37695C

Text Example


Text Example

White with #37695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37695C; }

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

 H1.HeaderClassName
 {
   color: #37695C;
 }
 .AnyTagClassName
 {
   color: #37695C;
 }
</style>

background-color css

<style>
 a { background-color: #37695C; }

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

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

border-color css

<style>
 span { border-color: #37695C; }

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

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