#37695A

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

Shades of Stromboli #37695A

Tints of Stromboli #37695A

Color information

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

RGB5510590-
CMYK0.4800.140.59
HSL162º31.25%31.37%-
HSV(B)162º47.62%41.18%-
XYZ8.4711.6511.48-
YUV88.34128.94104.22-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55105900.4800.140.5916231.2531.37
Hex37695A300E3Ba21f1f
Octal6715113260016732423737
Binary1101111101001101101011000001110111011101000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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