#396D5F

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

Shades of Stromboli #396D5F

Tints of Stromboli #396D5F

Color information

#396D5F (or 0x396D5F) is unknown color: approx Stromboli. HEX triplet: 39, 6D and 5F. RGB value is (57,109,95). Sum of RGB (Red+Green+Blue) = 57+109+95=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #396D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D5F is #C692A0. Grayscale: #5B5B5B. Windows color (decimal): -13013665 or 6253881. OLE color: 6253881.

HSL color Cylindrical-coordinate representation of color #396D5F: hue angle of 163.85º 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 #396D5F is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB5710995-
CMYK0.4800.130.57
HSL163.85º31.33%32.55%-
HSV(B)163.85º47.71%42.75%-
XYZ9.2212.6312.78-
YUV91.86129.77103.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 109 (42.97% from 255) = 41.76%
BLUE value IS 95 (37.5% from 255) = 36.40%
R=21.84%
G=41.76%
B=36.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57109950.4800.130.57163.8531.3332.55
Hex396D5F300D39a41f21
Octal7115513760015712443741
Binary11100111011011011111110000011011110011010010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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