#396E5A

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

Shades of Stromboli #396E5A

Tints of Stromboli #396E5A

Color information

#396E5A (or 0x396E5A) is unknown color: approx Stromboli. HEX triplet: 39, 6E and 5A. RGB value is (57,110,90). Sum of RGB (Red+Green+Blue) = 57+110+90=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 110 - color contains mainly: green. Hex color #396E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E5A is #C691A5. Grayscale: #5B5B5B. Windows color (decimal): -13013414 or 5926457. OLE color: 5926457.

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

Color convert

RGB5711090-
CMYK0.4800.180.57
HSL157.36º31.74%32.75%-
HSV(B)157.36º48.18%43.14%-
XYZ9.1112.7611.66-
YUV91.87126.94103.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=22.18%
G=42.80%
B=35.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57110900.4800.180.57157.3631.7432.75
Hex396E5A30012399d2021
Octal7115613260022712354041
Binary1110011101110101101011000001001011100110011101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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