#386553

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

Shades of Stromboli #386553

Tints of Stromboli #386553

Color information

#386553 (or 0x386553) is unknown color: approx Stromboli. HEX triplet: 38, 65 and 53. RGB value is (56,101,83). Sum of RGB (Red+Green+Blue) = 56+101+83=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #386553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386553 is #C79AAC. Grayscale: #555555. Windows color (decimal): -13081261 or 5465400. OLE color: 5465400.

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

Color convert

RGB5610183-
CMYK0.4500.180.60
HSL156º28.66%30.78%-
HSV(B)156º44.55%39.61%-
XYZ7.8510.779.85-
YUV85.49126.59106.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=23.33%
G=42.08%
B=34.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101830.4500.180.6015628.6630.78
Hex3865532D0123C9c1d1f
Octal7014512355022742343537
Binary11100011001011010011101101010010111100100111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386553; }

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

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

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

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

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

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

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

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