#386559

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

Shades of Stromboli #386559

Tints of Stromboli #386559

Color information

#386559 (or 0x386559) is unknown color: approx Stromboli. HEX triplet: 38, 65 and 59. RGB value is (56,101,89). Sum of RGB (Red+Green+Blue) = 56+101+89=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #386559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386559 is #C79AA6. Grayscale: #565656. Windows color (decimal): -13081255 or 5858616. OLE color: 5858616.

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

Color convert

RGB5610189-
CMYK0.4500.120.60
HSL164º28.66%30.78%-
HSV(B)164º44.55%39.61%-
XYZ8.0910.8711.12-
YUV86.18129.59106.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.76%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=22.76%
G=41.06%
B=36.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101890.4500.120.6016428.6630.78
Hex3865592D0C3Ca41d1f
Octal7014513155014742443537
Binary1110001100101101100110110101100111100101001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386559; }

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

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

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

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

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

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

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

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