#396960

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

Shades of Stromboli #396960

Tints of Stromboli #396960

Color information

#396960 (or 0x396960) is unknown color: approx Stromboli. HEX triplet: 39, 69 and 60. RGB value is (57,105,96). Sum of RGB (Red+Green+Blue) = 57+105+96=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #396960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396960 is #C6969F. Grayscale: #595959. Windows color (decimal): -13014688 or 6318393. OLE color: 6318393.

HSL color Cylindrical-coordinate representation of color #396960: hue angle of 168.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396960 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB5710596-
CMYK0.4600.090.59
HSL168.75º29.63%31.76%-
HSV(B)168.75º45.71%41.18%-
XYZ8.8511.8212.88-
YUV89.62131.6104.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=22.09%
G=40.70%
B=37.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105960.4600.090.59168.7529.6331.76
Hex3969602E093Ba91e20
Octal7115114056011732513640
Binary11100111010011100000101110010011110111010100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396960; }

 p { color: rgb(57,105,96); }

 H1.HeaderClassName
 {
   color: #396960;
 }
 .AnyTagClassName
 {
   color: #396960;
 }
</style>
background-color css

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

 a { background-color: rgb(57,105,96); }

 div.DivClassName
 {
   background-color: #396960;
 }
 .BgClassName
 {
   background-color: #396960;
 }
</style>
border-color css

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

 span { border-color: rgb(57,105,96); }

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