#42655A

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

Shades of Stromboli #42655A

Tints of Stromboli #42655A

Color information

#42655A (or 0x42655A) is unknown color: approx Stromboli. HEX triplet: 42, 65 and 5A. RGB value is (66,101,90). Sum of RGB (Red+Green+Blue) = 66+101+90=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 101 - color contains mainly: green. Hex color #42655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42655A is #BD9AA5. Grayscale: #595959. Windows color (decimal): -12425894 or 5924162. OLE color: 5924162.

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

Color convert

RGB6610190-
CMYK0.3500.110.60
HSL161.14º20.96%32.75%-
HSV(B)161.14º34.65%39.61%-
XYZ8.7511.211.37-
YUV89.28128.4111.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 101 (39.84% from 255) = 39.30%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=25.68%
G=39.30%
B=35.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101900.3500.110.60161.1420.9632.75
Hex42655A230B3Ca11521
Octal10214513243013742412541
Binary100001011001011011010100011010111111001010000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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