#396D60

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

Shades of Stromboli #396D60

Tints of Stromboli #396D60

Color information

#396D60 (or 0x396D60) is unknown color: approx Stromboli. HEX triplet: 39, 6D and 60. RGB value is (57,109,96). Sum of RGB (Red+Green+Blue) = 57+109+96=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 109 - color contains mainly: green. Hex color #396D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D60 is #C6929F. Grayscale: #5B5B5B. Windows color (decimal): -13013664 or 6319417. OLE color: 6319417.

HSL color Cylindrical-coordinate representation of color #396D60: hue angle of 165º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D60 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB5710996-
CMYK0.4800.120.57
HSL165º31.33%32.55%-
HSV(B)165º47.71%42.75%-
XYZ9.2712.6513.02-
YUV91.97130.27103.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 109 (42.97% from 255) = 41.60%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=21.76%
G=41.60%
B=36.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57109960.4800.120.5716531.3332.55
Hex396D60300C39a51f21
Octal7115514060014712453741
Binary11100111011011100000110000011001110011010010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396D60; }

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

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

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

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

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

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

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

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