#386F5B

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

Shades of Stromboli #386F5B

Tints of Stromboli #386F5B

Color information

#386F5B (or 0x386F5B) is unknown color: approx Stromboli. HEX triplet: 38, 6F and 5B. RGB value is (56,111,91). Sum of RGB (Red+Green+Blue) = 56+111+91=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #386F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F5B is #C790A4. Grayscale: #5C5C5C. Windows color (decimal): -13078693 or 5992248. OLE color: 5992248.

HSL color Cylindrical-coordinate representation of color #386F5B: hue angle of 158.18º 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 #386F5B is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB5611191-
CMYK0.5000.180.56
HSL158.18º32.93%32.75%-
HSV(B)158.18º49.55%43.53%-
XYZ9.212.9611.91-
YUV92.28127.28102.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 111 (43.75% from 255) = 43.02%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=21.71%
G=43.02%
B=35.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56111910.5000.180.56158.1832.9332.75
Hex386F5B32012389e2121
Octal7015713362022702364141
Binary1110001101111101101111001001001011100010011110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,111,91); }

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

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

 a { background-color: rgb(56,111,91); }

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

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

 span { border-color: rgb(56,111,91); }

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