#42705E

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

Shades of Stromboli #42705E

Tints of Stromboli #42705E

Color information

#42705E (or 0x42705E) is unknown color: approx Stromboli. HEX triplet: 42, 70 and 5E. RGB value is (66,112,94). Sum of RGB (Red+Green+Blue) = 66+112+94=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #42705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42705E is #BD8FA1. Grayscale: #606060. Windows color (decimal): -12423074 or 6189122. OLE color: 6189122.

HSL color Cylindrical-coordinate representation of color #42705E: hue angle of 156.52º 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 #42705E is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB6611294-
CMYK0.4100.160.56
HSL156.52º25.84%34.9%-
HSV(B)156.52º41.07%43.92%-
XYZ10.0613.5512.68-
YUV96.19126.76106.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 94 (37.11% from 255) = 34.56%
R=24.26%
G=41.18%
B=34.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112940.4100.160.56156.5225.8434.9
Hex42705E29010389d1a23
Octal10216013651020702353243
Binary1000010111000010111101010010100001110001001110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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