#42645B

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

Shades of Stromboli #42645B

Tints of Stromboli #42645B

Color information

#42645B (or 0x42645B) is unknown color: approx Stromboli. HEX triplet: 42, 64 and 5B. RGB value is (66,100,91). Sum of RGB (Red+Green+Blue) = 66+100+91=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 100 - color contains mainly: green. Hex color #42645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42645B is #BD9BA4. Grayscale: #585858. Windows color (decimal): -12426149 or 5989442. OLE color: 5989442.

HSL color Cylindrical-coordinate representation of color #42645B: hue angle of 164.12º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #42645B is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB6610091-
CMYK0.3400.090.61
HSL164.12º20.48%32.55%-
HSV(B)164.12º34%39.22%-
XYZ8.6911.0311.57-
YUV88.81129.24111.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=25.68%
G=38.91%
B=35.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal66100910.3400.090.61164.1220.4832.55
Hex42645B22093Da41421
Octal10214413342011752442441
Binary100001011001001011011100010010011111011010010010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42645B; }

 p { color: rgb(66,100,91); }

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

<style>
 a { background-color: #42645B; }

 a { background-color: rgb(66,100,91); }

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

<style>
 span { border-color: #42645B; }

 span { border-color: rgb(66,100,91); }

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