#396E5C

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

Shades of Stromboli #396E5C

Tints of Stromboli #396E5C

Color information

#396E5C (or 0x396E5C) is unknown color: approx Stromboli. HEX triplet: 39, 6E and 5C. RGB value is (57,110,92). Sum of RGB (Red+Green+Blue) = 57+110+92=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 110 - color contains mainly: green. Hex color #396E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E5C is #C691A3. Grayscale: #5C5C5C. Windows color (decimal): -13013412 or 6057529. OLE color: 6057529.

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

Color convert

RGB5711092-
CMYK0.4800.160.57
HSL159.62º31.74%32.75%-
HSV(B)159.62º48.18%43.14%-
XYZ9.212.7912.11-
YUV92.1127.94102.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.01%
GREEN value IS 110 (43.36% from 255) = 42.47%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=22.01%
G=42.47%
B=35.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110920.4800.160.57159.6231.7432.75
Hex396E5C3001039a02021
Octal7115613460020712404041
Binary1110011101110101110011000001000011100110100000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,110,92); }

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

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

 a { background-color: rgb(57,110,92); }

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

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

 span { border-color: rgb(57,110,92); }

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