#37695E

Color #37695E Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #37695E

Tints of Stromboli #37695E

Color information

#37695E (or 0x37695E) is unknown color: approx 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

RGB5510594-
CMYK0.4800.100.59
HSL166.8º31.25%31.37%-
HSV(B)166.8º47.62%41.18%-
XYZ8.6511.7212.4-
YUV88.8130.94103.89-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55105940.4800.100.59166.831.2531.37
Hex37695E300A3Ba71f1f
Octal6715113660012732473737
Binary1101111101001101111011000001010111011101001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>