Html Css Color HEX #37695B Stromboli

📋 copy color: '#37695B'

red 55 ◦ green 105 ◦ blue 91

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

Shades of Stromboli #37695B

Tints of Stromboli #37695B

RGB

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

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

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

R = 21.91%
G = 41.83%
B = 36.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#37695B (or 0x37695B) is known color: Stromboli. HEX triplet: 37, 69 and 5B. RGB value is (55,105,91). Sum of RGB (Red+Green+Blue) = 55+105+91=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #37695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37695B is #C896A4. Grayscale: #585858. Windows color (decimal): -13145765 or 5990711. OLE color: 5990711.

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

Color convert

RGB 55 105 91 -
CMYK 0.48 0 0.13 0.59
HSL 163.2º 0.31% 0.31% -
HSV(B) 163.2º 0.48% 0.41% -
XYZ 8.52 11.67 11.7 -
YUV 88.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 55 105 91 0.48 0 0.13 0.59 163.2 0.31 0.31
Hex 37 69 5B 30 0 D 3B A3 1F 1F
Octal 67 151 133 60 0 15 73 243 37 37
Binary 110111 1101001 1011011 110000 0 1101 111011 10100011 11111 11111

Color Harmonies of #37695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37695B

Black with #37695B

Text Example


Text Example

White with #37695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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