#42655D

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

Shades of Stromboli #42655D

Tints of Stromboli #42655D

Color information

#42655D (or 0x42655D) is unknown color: approx Stromboli. HEX triplet: 42, 65 and 5D. RGB value is (66,101,93). Sum of RGB (Red+Green+Blue) = 66+101+93=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 101 - color contains mainly: green. Hex color #42655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42655D is #BD9AA2. Grayscale: #595959. Windows color (decimal): -12425891 or 6120770. OLE color: 6120770.

HSL color Cylindrical-coordinate representation of color #42655D: hue angle of 166.29º 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 #42655D is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB6610193-
CMYK0.3500.080.60
HSL166.29º20.96%32.75%-
HSV(B)166.29º34.65%39.61%-
XYZ8.8811.2612.06-
YUV89.62129.9111.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 101 (39.84% from 255) = 38.85%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=25.38%
G=38.85%
B=35.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101930.3500.080.60166.2920.9632.75
Hex42655D23083Ca61521
Octal10214513543010742462541
Binary100001011001011011101100011010001111001010011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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