#42665D

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

Shades of Stromboli #42665D

Tints of Stromboli #42665D

Color information

#42665D (or 0x42665D) is unknown color: approx Stromboli. HEX triplet: 42, 66 and 5D. RGB value is (66,102,93). Sum of RGB (Red+Green+Blue) = 66+102+93=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #42665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42665D is #BD99A2. Grayscale: #5A5A5A. Windows color (decimal): -12425635 or 6121026. OLE color: 6121026.

HSL color Cylindrical-coordinate representation of color #42665D: hue angle of 165º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42665D is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB6610293-
CMYK0.3500.090.6
HSL165º21.43%32.94%-
HSV(B)165º35.29%40%-
XYZ8.9711.4512.09-
YUV90.21129.57110.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=25.29%
G=39.08%
B=35.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66102930.3500.090.616521.4332.94
Hex42665D23093Ca51521
Octal10214613543011742452541
Binary100001011001101011101100011010011111001010010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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