#42675F

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

Shades of Stromboli #42675F

Tints of Stromboli #42675F

Color information

#42675F (or 0x42675F) is unknown color: approx Stromboli. HEX triplet: 42, 67 and 5F. RGB value is (66,103,95). Sum of RGB (Red+Green+Blue) = 66+103+95=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #42675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42675F is #BD98A0. Grayscale: #5B5B5B. Windows color (decimal): -12425377 or 6252354. OLE color: 6252354.

HSL color Cylindrical-coordinate representation of color #42675F: hue angle of 167.03º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42675F is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB6610395-
CMYK0.3600.080.60
HSL167.03º21.89%33.14%-
HSV(B)167.03º35.92%40.39%-
XYZ9.1611.6812.6-
YUV91.02130.24110.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=25%
G=39.02%
B=35.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103950.3600.080.60167.0321.8933.14
Hex42675F24083Ca71621
Octal10214713744010742472641
Binary100001011001111011111100100010001111001010011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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