#386960

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

Shades of Stromboli #386960

Tints of Stromboli #386960

Color information

#386960 (or 0x386960) is unknown color: approx Stromboli. HEX triplet: 38, 69 and 60. RGB value is (56,105,96). Sum of RGB (Red+Green+Blue) = 56+105+96=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #386960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386960 is #C7969F. Grayscale: #595959. Windows color (decimal): -13080224 or 6318392. OLE color: 6318392.

HSL color Cylindrical-coordinate representation of color #386960: hue angle of 168.98º 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 #386960 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB5610596-
CMYK0.4700.090.59
HSL168.98º30.43%31.57%-
HSV(B)168.98º46.67%41.18%-
XYZ8.7911.7912.88-
YUV89.32131.77104.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=21.79%
G=40.86%
B=37.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105960.4700.090.59168.9830.4331.57
Hex3869602F093Ba91e20
Octal7015114057011732513640
Binary11100011010011100000101111010011110111010100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386960; }

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

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

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

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

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

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

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

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