#42493F

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

Shades of Armadillo #42493F

Tints of Armadillo #42493F

Color information

#42493F (or 0x42493F) is unknown color: approx Armadillo. HEX triplet: 42, 49 and 3F. RGB value is (66,73,63). Sum of RGB (Red+Green+Blue) = 66+73+63=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 73 - color contains mainly: green. Hex color #42493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42493F is #BDB6C0. Grayscale: #454545. Windows color (decimal): -12433089 or 4147522. OLE color: 4147522.

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

Color convert

RGB667363-
CMYK0.1000.140.71
HSL102º7.35%26.67%-
HSV(B)102º13.7%28.63%-
XYZ5.536.285.62-
YUV69.77124.18125.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 63 (25% from 255) = 31.19%
R=32.67%
G=36.14%
B=31.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6673630.1000.140.711027.3526.67
Hex42493FA0E476671b
Octal1021117712016107146733
Binary100001010010011111111010011101000111110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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