#42705F

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

Shades of Stromboli #42705F

Tints of Stromboli #42705F

Color information

#42705F (or 0x42705F) is unknown color: approx Stromboli. HEX triplet: 42, 70 and 5F. RGB value is (66,112,95). Sum of RGB (Red+Green+Blue) = 66+112+95=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #42705F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42705F is #BD8FA0. Grayscale: #606060. Windows color (decimal): -12423073 or 6254658. OLE color: 6254658.

HSL color Cylindrical-coordinate representation of color #42705F: hue angle of 157.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42705F is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB6611295-
CMYK0.4100.150.56
HSL157.83º25.84%34.9%-
HSV(B)157.83º41.07%43.92%-
XYZ10.1113.5712.91-
YUV96.31127.26106.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=24.18%
G=41.03%
B=34.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112950.4100.150.56157.8325.8434.9
Hex42705F290F389e1a23
Octal10216013751017702363243
Binary100001011100001011111101001011111110001001111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42705F; }

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

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

<style>
 a { background-color: #42705F; }

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

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

<style>
 span { border-color: #42705F; }

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

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