#387060

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

Shades of Stromboli #387060

Tints of Stromboli #387060

Color information

#387060 (or 0x387060) is unknown color: approx Stromboli. HEX triplet: 38, 70 and 60. RGB value is (56,112,96). Sum of RGB (Red+Green+Blue) = 56+112+96=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #387060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387060 is #C78F9F. Grayscale: #5D5D5D. Windows color (decimal): -13078432 or 6320184. OLE color: 6320184.

HSL color Cylindrical-coordinate representation of color #387060: hue angle of 162.86º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387060 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB5611296-
CMYK0.5000.140.56
HSL162.86º33.33%32.94%-
HSV(B)162.86º50%43.92%-
XYZ9.5413.2713.13-
YUV93.43129.45101.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=21.21%
G=42.42%
B=36.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56112960.5000.140.56162.8633.3332.94
Hex387060320E38a32121
Octal7016014062016702434141
Binary111000111000011000001100100111011100010100011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387060; }

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

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

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

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

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

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

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

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