#396552

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

Shades of Stromboli #396552

Tints of Stromboli #396552

Color information

#396552 (or 0x396552) is unknown color: approx Stromboli. HEX triplet: 39, 65 and 52. RGB value is (57,101,82). Sum of RGB (Red+Green+Blue) = 57+101+82=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #396552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396552 is #C69AAD. Grayscale: #555555. Windows color (decimal): -13015726 or 5399865. OLE color: 5399865.

HSL color Cylindrical-coordinate representation of color #396552: hue angle of 154.09º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #396552 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB5710182-
CMYK0.4400.190.60
HSL154.09º27.85%30.98%-
HSV(B)154.09º43.56%39.61%-
XYZ7.8610.799.65-
YUV85.68125.92107.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=23.75%
G=42.08%
B=34.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57101820.4400.190.60154.0927.8530.98
Hex3965522C0133C9a1c1f
Octal7114512254023742323437
Binary11100111001011010010101100010011111100100110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396552; }

 p { color: rgb(57,101,82); }

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

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

 a { background-color: rgb(57,101,82); }

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

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

 span { border-color: rgb(57,101,82); }

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