#386860

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

Shades of Stromboli #386860

Tints of Stromboli #386860

Color information

#386860 (or 0x386860) is unknown color: approx Stromboli. HEX triplet: 38, 68 and 60. RGB value is (56,104,96). Sum of RGB (Red+Green+Blue) = 56+104+96=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #386860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386860 is #C7979F. Grayscale: #585858. Windows color (decimal): -13080480 or 6318136. OLE color: 6318136.

HSL color Cylindrical-coordinate representation of color #386860: hue angle of 170º 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 #386860 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB5610496-
CMYK0.4600.080.59
HSL170º30%31.37%-
HSV(B)170º46.15%40.78%-
XYZ8.6911.5912.84-
YUV88.74132.1104.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 96 (37.89% from 255) = 37.5%
R=21.88%
G=40.62%
B=37.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104960.4600.080.591703031.37
Hex3868602E083Baa1e1f
Octal7015014056010732523637
Binary1110001101000110000010111001000111011101010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386860; }

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

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

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

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

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

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

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

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