#3A705D

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

Shades of Stromboli #3A705D

Tints of Stromboli #3A705D

Color information

#3A705D (or 0x3A705D) is unknown color: approx Stromboli. HEX triplet: 3A, 70 and 5D. RGB value is (58,112,93). Sum of RGB (Red+Green+Blue) = 58+112+93=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #3A705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A705D is #C58FA2. Grayscale: #5D5D5D. Windows color (decimal): -12947363 or 6123578. OLE color: 6123578.

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

Color convert

RGB5811293-
CMYK0.4800.170.56
HSL158.89º31.76%33.33%-
HSV(B)158.89º48.21%43.92%-
XYZ9.5113.2812.42-
YUV93.69127.61102.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 112 (44.14% from 255) = 42.59%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=22.05%
G=42.59%
B=35.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112930.4800.170.56158.8931.7633.33
Hex3A705D30011389f2021
Octal7216013560021702374041
Binary1110101110000101110111000001000111100010011111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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