#42473F

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

Shades of Armadillo #42473F

Tints of Armadillo #42473F

Color information

#42473F (or 0x42473F) is unknown color: approx Armadillo. HEX triplet: 42, 47 and 3F. RGB value is (66,71,63). Sum of RGB (Red+Green+Blue) = 66+71+63=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 71 - color contains mainly: green. Hex color #42473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42473F is #BDB8C0. Grayscale: #444444. Windows color (decimal): -12433601 or 4147010. OLE color: 4147010.

HSL color Cylindrical-coordinate representation of color #42473F: hue angle of 97.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #42473F is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB667163-
CMYK0.0700.110.72
HSL97.5º5.97%26.27%-
HSV(B)97.5º11.27%27.84%-
XYZ5.46.025.58-
YUV68.59124.84126.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 63 (25% from 255) = 31.5%
R=33%
G=35.5%
B=31.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6671630.0700.110.7297.55.9726.27
Hex42473F70B486161a
Octal102107777013110141632
Binary10000101000111111111111010111001000110000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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