#3A6956

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

Shades of Stromboli #3A6956

Tints of Stromboli #3A6956

Color information

#3A6956 (or 0x3A6956) is unknown color: approx Stromboli. HEX triplet: 3A, 69 and 56. RGB value is (58,105,86). Sum of RGB (Red+Green+Blue) = 58+105+86=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6956 is #C596A9. Grayscale: #585858. Windows color (decimal): -12949162 or 5663034. OLE color: 5663034.

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

Color convert

RGB5810586-
CMYK0.4500.180.59
HSL155.74º28.83%31.96%-
HSV(B)155.74º44.76%41.18%-
XYZ8.4811.6710.61-
YUV88.78126.43106.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.29%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=23.29%
G=42.17%
B=34.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105860.4500.180.59155.7428.8331.96
Hex3A69562D0123B9c1d20
Octal7215112655022732343540
Binary111010110100110101101011010100101110111001110011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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