#386851

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

Shades of Stromboli #386851

Tints of Stromboli #386851

Color information

#386851 (or 0x386851) is unknown color: approx Stromboli. HEX triplet: 38, 68 and 51. RGB value is (56,104,81). Sum of RGB (Red+Green+Blue) = 56+104+81=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #386851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386851 is #C797AE. Grayscale: #575757. Windows color (decimal): -13080495 or 5335096. OLE color: 5335096.

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

Color convert

RGB5610481-
CMYK0.4600.220.59
HSL151.25º30%31.37%-
HSV(B)151.25º46.15%40.78%-
XYZ8.0711.349.55-
YUV87.03124.6105.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=23.24%
G=43.15%
B=33.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56104810.4600.220.59151.253031.37
Hex3868512E0163B971e1f
Octal7015012156026732273637
Binary11100011010001010001101110010110111011100101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386851; }

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

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

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

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

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

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

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

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