#422634

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

Shades of Toledo #422634

Tints of Toledo #422634

Color information

#422634 (or 0x422634) is unknown color: approx Toledo. HEX triplet: 42, 26 and 34. RGB value is (66,38,52). Sum of RGB (Red+Green+Blue) = 66+38+52=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 66 - color contains mainly: red. Hex color #422634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422634 is #BDD9CB. Grayscale: #2F2F2F. Windows color (decimal): -12442060 or 3417666. OLE color: 3417666.

HSL color Cylindrical-coordinate representation of color #422634: hue angle of 330º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #422634 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB663852-
CMYK00.420.210.74
HSL330º26.92%20.39%-
HSV(B)330º42.42%25.88%-
XYZ3.562.793.6-
YUV47.97130.28140.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 52 (20.70% from 255) = 33.33%
R=42.31%
G=24.36%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66385200.420.210.7433026.9220.39
Hex42263402A154A14a1b14
Octal1024664052251125123324
Binary100001010011011010001010101010110010101010010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422634; }

 p { color: rgb(66,38,52); }

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

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

 a { background-color: rgb(66,38,52); }

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

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

 span { border-color: rgb(66,38,52); }

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