#386856

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

Shades of Stromboli #386856

Tints of Stromboli #386856

Color information

#386856 (or 0x386856) is unknown color: approx Stromboli. HEX triplet: 38, 68 and 56. RGB value is (56,104,86). Sum of RGB (Red+Green+Blue) = 56+104+86=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #386856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386856 is #C797A9. Grayscale: #575757. Windows color (decimal): -13080490 or 5662776. OLE color: 5662776.

HSL color Cylindrical-coordinate representation of color #386856: hue angle of 157.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386856 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB5610486-
CMYK0.4600.170.59
HSL157.5º30%31.37%-
HSV(B)157.5º46.15%40.78%-
XYZ8.2611.4110.57-
YUV87.6127.1105.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=22.76%
G=42.28%
B=34.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104860.4600.170.59157.53031.37
Hex3868562E0113B9e1e1f
Octal7015012656021732363637
Binary11100011010001010110101110010001111011100111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386856; }

 p { color: rgb(56,104,86); }

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

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

 a { background-color: rgb(56,104,86); }

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

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

 span { border-color: rgb(56,104,86); }

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