#42493E

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

Shades of Armadillo #42493E

Tints of Armadillo #42493E

Color information

#42493E (or 0x42493E) is unknown color: approx Armadillo. HEX triplet: 42, 49 and 3E. RGB value is (66,73,62). Sum of RGB (Red+Green+Blue) = 66+73+62=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 73 - color contains mainly: green. Hex color #42493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42493E is #BDB6C1. Grayscale: #454545. Windows color (decimal): -12433090 or 4081986. OLE color: 4081986.

HSL color Cylindrical-coordinate representation of color #42493E: hue angle of 98.18º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #42493E is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB667362-
CMYK0.1000.150.71
HSL98.18º8.15%26.47%-
HSV(B)98.18º15.07%28.63%-
XYZ5.56.275.48-
YUV69.65123.68125.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.84%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=32.84%
G=36.32%
B=30.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673620.1000.150.7198.188.1526.47
Hex42493EA0F476281a
Octal10211176120171071421032
Binary1000010100100111111010100111110001111100010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42493E; }

 p { color: rgb(66,73,62); }

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

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

 a { background-color: rgb(66,73,62); }

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

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

 span { border-color: rgb(66,73,62); }

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