#3A705E

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

Shades of Stromboli #3A705E

Tints of Stromboli #3A705E

Color information

#3A705E (or 0x3A705E) is unknown color: approx Stromboli. HEX triplet: 3A, 70 and 5E. RGB value is (58,112,94). Sum of RGB (Red+Green+Blue) = 58+112+94=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #3A705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A705E is #C58FA1. Grayscale: #5D5D5D. Windows color (decimal): -12947362 or 6189114. OLE color: 6189114.

HSL color Cylindrical-coordinate representation of color #3A705E: hue angle of 160º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A705E is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB5811294-
CMYK0.4800.160.56
HSL160º31.76%33.33%-
HSV(B)160º48.21%43.92%-
XYZ9.5613.312.65-
YUV93.8128.11102.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=21.97%
G=42.42%
B=35.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112940.4800.160.5616031.7633.33
Hex3A705E3001038a02021
Octal7216013660020702404041
Binary1110101110000101111011000001000011100010100000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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