#42735F

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

Shades of Stromboli #42735F

Tints of Stromboli #42735F

Color information

#42735F (or 0x42735F) is unknown color: approx Stromboli. HEX triplet: 42, 73 and 5F. RGB value is (66,115,95). Sum of RGB (Red+Green+Blue) = 66+115+95=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #42735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42735F is #BD8CA0. Grayscale: #626262. Windows color (decimal): -12422305 or 6255426. OLE color: 6255426.

HSL color Cylindrical-coordinate representation of color #42735F: hue angle of 155.51º 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 #42735F is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB6611595-
CMYK0.4300.170.55
HSL155.51º27.07%35.49%-
HSV(B)155.51º42.61%45.1%-
XYZ10.4414.2513.03-
YUV98.07126.27105.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=23.91%
G=41.67%
B=34.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115950.4300.170.55155.5127.0735.49
Hex42735F2B011379c1b23
Octal10216313753021672343343
Binary1000010111001110111111010110100011101111001110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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