#3A705F

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

Shades of Stromboli #3A705F

Tints of Stromboli #3A705F

Color information

#3A705F (or 0x3A705F) is unknown color: approx Stromboli. HEX triplet: 3A, 70 and 5F. RGB value is (58,112,95). Sum of RGB (Red+Green+Blue) = 58+112+95=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #3A705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A705F is #C58FA0. Grayscale: #5D5D5D. Windows color (decimal): -12947361 or 6254650. OLE color: 6254650.

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

Color convert

RGB5811295-
CMYK0.4800.150.56
HSL161.11º31.76%33.33%-
HSV(B)161.11º48.21%43.92%-
XYZ9.613.3112.89-
YUV93.92128.61102.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.89%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=21.89%
G=42.26%
B=35.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112950.4800.150.56161.1131.7633.33
Hex3A705F300F38a12021
Octal7216013760017702414041
Binary111010111000010111111100000111111100010100001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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