#386956

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

Shades of Stromboli #386956

Tints of Stromboli #386956

Color information

#386956 (or 0x386956) is unknown color: approx Stromboli. HEX triplet: 38, 69 and 56. RGB value is (56,105,86). Sum of RGB (Red+Green+Blue) = 56+105+86=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #386956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386956 is #C796A9. Grayscale: #585858. Windows color (decimal): -13080234 or 5663032. OLE color: 5663032.

HSL color Cylindrical-coordinate representation of color #386956: hue angle of 156.73º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386956 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB5610586-
CMYK0.4700.180.59
HSL156.73º30.43%31.57%-
HSV(B)156.73º46.67%41.18%-
XYZ8.3611.6210.61-
YUV88.18126.77105.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.67%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=22.67%
G=42.51%
B=34.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105860.4700.180.59156.7330.4331.57
Hex3869562F0123B9d1e20
Octal7015112657022732353640
Binary111000110100110101101011110100101110111001110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386956; }

 p { color: rgb(56,105,86); }

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

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

 a { background-color: rgb(56,105,86); }

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

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

 span { border-color: rgb(56,105,86); }

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