#386B57

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

Shades of Stromboli #386B57

Tints of Stromboli #386B57

Color information

#386B57 (or 0x386B57) is unknown color: approx Stromboli. HEX triplet: 38, 6B and 57. RGB value is (56,107,87). Sum of RGB (Red+Green+Blue) = 56+107+87=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #386B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B57 is #C794A8. Grayscale: #595959. Windows color (decimal): -13079721 or 5729080. OLE color: 5729080.

HSL color Cylindrical-coordinate representation of color #386B57: hue angle of 156.47º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386B57 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB5610787-
CMYK0.4800.190.58
HSL156.47º31.29%31.96%-
HSV(B)156.47º47.66%41.96%-
XYZ8.6112.0410.89-
YUV89.47126.6104.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 107 (42.19% from 255) = 42.8%
BLUE value IS 87 (34.38% from 255) = 34.8%
R=22.4%
G=42.8%
B=34.8%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56107870.4800.190.58156.4731.2931.96
Hex386B57300133A9c1f20
Octal7015312760023722343740
Binary111000110101110101111100000100111110101001110011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386B57; }

 p { color: rgb(56,107,87); }

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

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

 a { background-color: rgb(56,107,87); }

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

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

 span { border-color: rgb(56,107,87); }

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