#386555

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

Shades of Stromboli #386555

Tints of Stromboli #386555

Color information

#386555 (or 0x386555) is unknown color: approx Stromboli. HEX triplet: 38, 65 and 55. RGB value is (56,101,85). Sum of RGB (Red+Green+Blue) = 56+101+85=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #386555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386555 is #C79AAA. Grayscale: #555555. Windows color (decimal): -13081259 or 5596472. OLE color: 5596472.

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

Color convert

RGB5610185-
CMYK0.4500.160.60
HSL158.67º28.66%30.78%-
HSV(B)158.67º44.55%39.61%-
XYZ7.9210.810.26-
YUV85.72127.59106.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 85 (33.59% from 255) = 35.12%
R=23.14%
G=41.74%
B=35.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56101850.4500.160.60158.6728.6630.78
Hex3865552D0103C9f1d1f
Octal7014512555020742373537
Binary11100011001011010101101101010000111100100111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386555; }

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

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

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

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

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

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

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

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