#42705D

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

Shades of Stromboli #42705D

Tints of Stromboli #42705D

Color information

#42705D (or 0x42705D) is unknown color: approx Stromboli. HEX triplet: 42, 70 and 5D. RGB value is (66,112,93). Sum of RGB (Red+Green+Blue) = 66+112+93=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #42705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42705D is #BD8FA2. Grayscale: #606060. Windows color (decimal): -12423075 or 6123586. OLE color: 6123586.

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

Color convert

RGB6611293-
CMYK0.4100.170.56
HSL155.22º25.84%34.9%-
HSV(B)155.22º41.07%43.92%-
XYZ10.0213.5412.44-
YUV96.08126.26106.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=24.35%
G=41.33%
B=34.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112930.4100.170.56155.2225.8434.9
Hex42705D29011389b1a23
Octal10216013551021702333243
Binary1000010111000010111011010010100011110001001101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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