#42473D

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

Shades of Armadillo #42473D

Tints of Armadillo #42473D

Color information

#42473D (or 0x42473D) is unknown color: approx Armadillo. HEX triplet: 42, 47 and 3D. RGB value is (66,71,61). Sum of RGB (Red+Green+Blue) = 66+71+61=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 71 - color contains mainly: green. Hex color #42473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42473D is #BDB8C2. Grayscale: #444444. Windows color (decimal): -12433603 or 4015938. OLE color: 4015938.

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

Color convert

RGB667161-
CMYK0.0700.140.72
HSL90º7.58%25.88%-
HSV(B)90º14.08%27.84%-
XYZ5.3465.29-
YUV68.37123.84126.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=33.33%
G=35.86%
B=30.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6671610.0700.140.72907.5825.88
Hex42473D70E485a81a
Octal1021077570161101321032
Binary100001010001111111011110111010010001011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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