#3A6957

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

Shades of Stromboli #3A6957

Tints of Stromboli #3A6957

Color information

#3A6957 (or 0x3A6957) is unknown color: approx Stromboli. HEX triplet: 3A, 69 and 57. RGB value is (58,105,87). Sum of RGB (Red+Green+Blue) = 58+105+87=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6957 is #C596A8. Grayscale: #585858. Windows color (decimal): -12949161 or 5728570. OLE color: 5728570.

HSL color Cylindrical-coordinate representation of color #3A6957: hue angle of 157.02º 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 #3A6957 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB5810587-
CMYK0.4500.170.59
HSL157.02º28.83%31.96%-
HSV(B)157.02º44.76%41.18%-
XYZ8.5211.6910.82-
YUV88.9126.93105.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 87 (34.38% from 255) = 34.8%
R=23.2%
G=42%
B=34.8%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal58105870.4500.170.59157.0228.8331.96
Hex3A69572D0113B9d1d20
Octal7215112755021732353540
Binary111010110100110101111011010100011110111001110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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