#386C5F

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

Shades of Stromboli #386C5F

Tints of Stromboli #386C5F

Color information

#386C5F (or 0x386C5F) is unknown color: approx Stromboli. HEX triplet: 38, 6C and 5F. RGB value is (56,108,95). Sum of RGB (Red+Green+Blue) = 56+108+95=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 108 - color contains mainly: green. Hex color #386C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C5F is #C793A0. Grayscale: #5A5A5A. Windows color (decimal): -13079457 or 6253624. OLE color: 6253624.

HSL color Cylindrical-coordinate representation of color #386C5F: hue angle of 165º degrees, saturation: 0.32, 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 #386C5F is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB5610895-
CMYK0.4800.120.58
HSL165º31.71%32.16%-
HSV(B)165º48.15%42.35%-
XYZ9.0612.3912.74-
YUV90.97130.27103.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 108 (42.58% from 255) = 41.70%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=21.62%
G=41.70%
B=36.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56108950.4800.120.5816531.7132.16
Hex386C5F300C3Aa52020
Octal7015413760014722454040
Binary111000110110010111111100000110011101010100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,108,95); }

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

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

 a { background-color: rgb(56,108,95); }

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

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

 span { border-color: rgb(56,108,95); }

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