#386D60

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

Shades of Stromboli #386D60

Tints of Stromboli #386D60

Color information

#386D60 (or 0x386D60) is unknown color: approx Stromboli. HEX triplet: 38, 6D and 60. RGB value is (56,109,96). Sum of RGB (Red+Green+Blue) = 56+109+96=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #386D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D60 is #C7929F. Grayscale: #5B5B5B. Windows color (decimal): -13079200 or 6319416. OLE color: 6319416.

HSL color Cylindrical-coordinate representation of color #386D60: hue angle of 165.28º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386D60 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB5610996-
CMYK0.4900.120.57
HSL165.28º32.12%32.35%-
HSV(B)165.28º48.62%42.75%-
XYZ9.2112.6213.02-
YUV91.67130.44102.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 109 (42.97% from 255) = 41.76%
BLUE value IS 96 (37.89% from 255) = 36.78%
R=21.46%
G=41.76%
B=36.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56109960.4900.120.57165.2832.1232.35
Hex386D60310C39a52020
Octal7015514061014712454040
Binary111000110110111000001100010110011100110100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,109,96); }

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

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

 a { background-color: rgb(56,109,96); }

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

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

 span { border-color: rgb(56,109,96); }

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