#386759

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

Shades of Stromboli #386759

Tints of Stromboli #386759

Color information

#386759 (or 0x386759) is unknown color: approx Stromboli. HEX triplet: 38, 67 and 59. RGB value is (56,103,89). Sum of RGB (Red+Green+Blue) = 56+103+89=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #386759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386759 is #C798A6. Grayscale: #575757. Windows color (decimal): -13080743 or 5859128. OLE color: 5859128.

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

Color convert

RGB5610389-
CMYK0.4600.140.60
HSL162.13º29.56%31.18%-
HSV(B)162.13º45.63%40.39%-
XYZ8.2811.2611.19-
YUV87.35128.93105.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.58%
GREEN value IS 103 (40.62% from 255) = 41.53%
BLUE value IS 89 (35.16% from 255) = 35.89%
R=22.58%
G=41.53%
B=35.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56103890.4600.140.60162.1329.5631.18
Hex3867592E0E3Ca21e1f
Octal7014713156016742423637
Binary1110001100111101100110111001110111100101000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386759; }

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

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

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

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

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

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

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

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