#386159

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

Shades of Stromboli #386159

Tints of Stromboli #386159

Color information

#386159 (or 0x386159) is unknown color: approx Stromboli. HEX triplet: 38, 61 and 59. RGB value is (56,97,89). Sum of RGB (Red+Green+Blue) = 56+97+89=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #386159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386159 is #C79EA6. Grayscale: #535353. Windows color (decimal): -13082279 or 5857592. OLE color: 5857592.

HSL color Cylindrical-coordinate representation of color #386159: hue angle of 168.29º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386159 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB569789-
CMYK0.4200.080.62
HSL168.29º26.8%30%-
HSV(B)168.29º42.27%38.04%-
XYZ7.7110.1111-
YUV83.83130.92108.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=23.14%
G=40.08%
B=36.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697890.4200.080.62168.2926.830
Hex3861592A083Ea81b1e
Octal7014113152010762503336
Binary1110001100001101100110101001000111110101010001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386159; }

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

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

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

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

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

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

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

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