#396355

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

Shades of Stromboli #396355

Tints of Stromboli #396355

Color information

#396355 (or 0x396355) is unknown color: approx Stromboli. HEX triplet: 39, 63 and 55. RGB value is (57,99,85). Sum of RGB (Red+Green+Blue) = 57+99+85=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #396355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396355 is #C69CAA. Grayscale: #545454. Windows color (decimal): -13016235 or 5595961. OLE color: 5595961.

HSL color Cylindrical-coordinate representation of color #396355: hue angle of 160º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396355 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB579985-
CMYK0.4200.140.61
HSL160º26.92%30.59%-
HSV(B)160º42.42%38.82%-
XYZ7.7910.4510.2-
YUV84.85128.09108.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 85 (33.59% from 255) = 35.27%
R=23.65%
G=41.08%
B=35.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799850.4200.140.6116026.9230.59
Hex3963552A0E3Da01b1f
Octal7114312552016752403337
Binary1110011100011101010110101001110111101101000001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396355; }

 p { color: rgb(57,99,85); }

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

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

 a { background-color: rgb(57,99,85); }

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

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

 span { border-color: rgb(57,99,85); }

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