#3A6D56

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

Shades of Stromboli #3A6D56

Tints of Stromboli #3A6D56

Color information

#3A6D56 (or 0x3A6D56) is unknown color: approx Stromboli. HEX triplet: 3A, 6D and 56. RGB value is (58,109,86). Sum of RGB (Red+Green+Blue) = 58+109+86=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D56 is #C592A9. Grayscale: #5B5B5B. Windows color (decimal): -12948138 or 5664058. OLE color: 5664058.

HSL color Cylindrical-coordinate representation of color #3A6D56: hue angle of 152.94º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6D56 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB5810986-
CMYK0.4700.210.57
HSL152.94º30.54%32.75%-
HSV(B)152.94º46.79%42.75%-
XYZ8.8912.5110.75-
YUV91.13125.1104.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 109 (42.97% from 255) = 43.08%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=22.92%
G=43.08%
B=33.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58109860.4700.210.57152.9430.5432.75
Hex3A6D562F01539991f21
Octal7215512657025712313741
Binary111010110110110101101011110101011110011001100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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