#3A735E

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

Shades of Stromboli #3A735E

Tints of Stromboli #3A735E

Color information

#3A735E (or 0x3A735E) is unknown color: approx Stromboli. HEX triplet: 3A, 73 and 5E. RGB value is (58,115,94). Sum of RGB (Red+Green+Blue) = 58+115+94=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #3A735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A735E is #C58CA1. Grayscale: #5F5F5F. Windows color (decimal): -12946594 or 6189882. OLE color: 6189882.

HSL color Cylindrical-coordinate representation of color #3A735E: hue angle of 157.89º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A735E is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB5811594-
CMYK0.5000.180.55
HSL157.89º32.95%33.92%-
HSV(B)157.89º49.57%45.1%-
XYZ9.913.9712.76-
YUV95.56127.12101.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.72%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=21.72%
G=43.07%
B=35.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58115940.5000.180.55157.8932.9533.92
Hex3A735E32012379e2122
Octal7216313662022672364142
Binary1110101110011101111011001001001011011110011110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,115,94); }

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

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

 a { background-color: rgb(58,115,94); }

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

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

 span { border-color: rgb(58,115,94); }

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