#3B6056

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

Shades of Stromboli #3B6056

Tints of Stromboli #3B6056

Color information

#3B6056 (or 0x3B6056) is unknown color: approx Stromboli. HEX triplet: 3B, 60 and 56. RGB value is (59,96,86). Sum of RGB (Red+Green+Blue) = 59+96+86=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6056 is #C49FA9. Grayscale: #535353. Windows color (decimal): -12885930 or 5660731. OLE color: 5660731.

HSL color Cylindrical-coordinate representation of color #3B6056: hue angle of 163.78º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B6056 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB599686-
CMYK0.3900.100.62
HSL163.78º23.87%30.39%-
HSV(B)163.78º38.54%37.65%-
XYZ7.679.9710.32-
YUV83.8129.24110.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.48%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=24.48%
G=39.83%
B=35.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996860.3900.100.62163.7823.8730.39
Hex3B6056270A3Ea4181e
Octal7314012647012762443036
Binary1110111100000101011010011101010111110101001001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B6056; }

 p { color: rgb(59,96,86); }

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

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

 a { background-color: rgb(59,96,86); }

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

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

 span { border-color: rgb(59,96,86); }

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