Html Css Color HEX #37695A Stromboli

📋 copy color: '#37695A'

red 55 ◦ green 105 ◦ blue 90

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

Shades of Stromboli #37695A

Tints of Stromboli #37695A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36%

R = 22%
G = 42%
B = 36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#37695A (or 0x37695A) is known color: Stromboli. HEX triplet: 37, 69 and 5A. RGB value is (55,105,90). Sum of RGB (Red+Green+Blue) = 55+105+90=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #37695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37695A is #C896A5. Grayscale: #585858. Windows color (decimal): -13145766 or 5925175. OLE color: 5925175.

HSL color Cylindrical-coordinate representation of color #37695A: hue angle of 162º 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 #37695A is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 105 90 -
CMYK 0.48 0 0.14 0.59
HSL 162º 0.31% 0.31% -
HSV(B) 162º 0.48% 0.41% -
XYZ 8.47 11.65 11.48 -
YUV 88.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 55 105 90 0.48 0 0.14 0.59 162 0.31 0.31
Hex 37 69 5A 30 0 E 3B A2 1F 1F
Octal 67 151 132 60 0 16 73 242 37 37
Binary 110111 1101001 1011010 110000 0 1110 111011 10100010 11111 11111

Color Harmonies of #37695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37695A

Black with #37695A

Text Example


Text Example

White with #37695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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