Html Css Color HEX #37695E Stromboli

📋 copy color: '#37695E'

red 55 ◦ green 105 ◦ blue 94

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

Shades of Stromboli #37695E

Tints of Stromboli #37695E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.01%

R = 21.65%
G = 41.34%
B = 37.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#37695E (or 0x37695E) is known color: Stromboli. HEX triplet: 37, 69 and 5E. RGB value is (55,105,94). Sum of RGB (Red+Green+Blue) = 55+105+94=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #37695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37695E is #C896A1. Grayscale: #585858. Windows color (decimal): -13145762 or 6187319. OLE color: 6187319.

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

Color convert

RGB 55 105 94 -
CMYK 0.48 0 0.10 0.59
HSL 166.8º 0.31% 0.31% -
HSV(B) 166.8º 0.48% 0.41% -
XYZ 8.65 11.72 12.4 -
YUV 88.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 55 105 94 0.48 0 0.10 0.59 166.8 0.31 0.31
Hex 37 69 5E 30 0 A 3B A7 1F 1F
Octal 67 151 136 60 0 12 73 247 37 37
Binary 110111 1101001 1011110 110000 0 1010 111011 10100111 11111 11111

Color Harmonies of #37695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37695E

Black with #37695E

Text Example


Text Example

White with #37695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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