#42735E

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

Shades of Stromboli #42735E

Tints of Stromboli #42735E

Color information

#42735E (or 0x42735E) is unknown color: approx Stromboli. HEX triplet: 42, 73 and 5E. RGB value is (66,115,94). Sum of RGB (Red+Green+Blue) = 66+115+94=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #42735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42735E is #BD8CA1. Grayscale: #616161. Windows color (decimal): -12422306 or 6189890. OLE color: 6189890.

HSL color Cylindrical-coordinate representation of color #42735E: hue angle of 154.29º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42735E is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB6611594-
CMYK0.4300.180.55
HSL154.29º27.07%35.49%-
HSV(B)154.29º42.61%45.1%-
XYZ10.414.2312.79-
YUV97.95125.77105.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 115 (45.31% from 255) = 41.82%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=24%
G=41.82%
B=34.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115940.4300.180.55154.2927.0735.49
Hex42735E2B012379a1b23
Octal10216313653022672323343
Binary1000010111001110111101010110100101101111001101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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