#386C5E

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

Shades of Stromboli #386C5E

Tints of Stromboli #386C5E

Color information

#386C5E (or 0x386C5E) is unknown color: approx Stromboli. HEX triplet: 38, 6C and 5E. RGB value is (56,108,94). Sum of RGB (Red+Green+Blue) = 56+108+94=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 108 - color contains mainly: green. Hex color #386C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C5E is #C793A1. Grayscale: #5A5A5A. Windows color (decimal): -13079458 or 6188088. OLE color: 6188088.

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

Color convert

RGB5610894-
CMYK0.4800.130.58
HSL163.85º31.71%32.16%-
HSV(B)163.85º48.15%42.35%-
XYZ9.0112.3712.5-
YUV90.86129.77103.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 108 (42.58% from 255) = 41.86%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=21.71%
G=41.86%
B=36.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56108940.4800.130.58163.8531.7132.16
Hex386C5E300D3Aa42020
Octal7015413660015722444040
Binary111000110110010111101100000110111101010100100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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