#386756

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

Shades of Stromboli #386756

Tints of Stromboli #386756

Color information

#386756 (or 0x386756) is unknown color: approx Stromboli. HEX triplet: 38, 67 and 56. RGB value is (56,103,86). Sum of RGB (Red+Green+Blue) = 56+103+86=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #386756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386756 is #C798A9. Grayscale: #575757. Windows color (decimal): -13080746 or 5662520. OLE color: 5662520.

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

Color convert

RGB5610386-
CMYK0.4600.170.60
HSL158.3º29.56%31.18%-
HSV(B)158.3º45.63%40.39%-
XYZ8.1611.2110.54-
YUV87.01127.43105.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=22.86%
G=42.04%
B=35.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56103860.4600.170.60158.329.5631.18
Hex3867562E0113C9e1e1f
Octal7014712656021742363637
Binary11100011001111010110101110010001111100100111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386756; }

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

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

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

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

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

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

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

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