#386859

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

Shades of Stromboli #386859

Tints of Stromboli #386859

Color information

#386859 (or 0x386859) is unknown color: approx Stromboli. HEX triplet: 38, 68 and 59. RGB value is (56,104,89). Sum of RGB (Red+Green+Blue) = 56+104+89=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #386859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386859 is #C797A6. Grayscale: #575757. Windows color (decimal): -13080487 or 5859384. OLE color: 5859384.

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

Color convert

RGB5610489-
CMYK0.4600.140.59
HSL161.25º30%31.37%-
HSV(B)161.25º46.15%40.78%-
XYZ8.3811.4611.22-
YUV87.94128.6105.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=22.49%
G=41.77%
B=35.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104890.4600.140.59161.253031.37
Hex3868592E0E3Ba11e1f
Octal7015013156016732413637
Binary1110001101000101100110111001110111011101000011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386859; }

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

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

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

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

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

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

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

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