#41463E

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

Shades of Armadillo #41463E

Tints of Armadillo #41463E

Color information

#41463E (or 0x41463E) is unknown color: approx Armadillo. HEX triplet: 41, 46 and 3E. RGB value is (65,70,62). Sum of RGB (Red+Green+Blue) = 65+70+62=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 70 - color contains mainly: green. Hex color #41463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41463E is #BEB9C1. Grayscale: #434343. Windows color (decimal): -12499394 or 4081217. OLE color: 4081217.

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

Color convert

RGB657062-
CMYK0.0700.110.73
HSL97.5º6.06%25.88%-
HSV(B)97.5º11.43%27.45%-
XYZ5.245.855.41-
YUV67.59124.84126.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 62 (24.61% from 255) = 31.47%
R=32.99%
G=35.53%
B=31.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6570620.0700.110.7397.56.0625.88
Hex41463E70B496161a
Octal101106767013111141632
Binary10000011000110111110111010111001001110000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,70,62); }

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

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

 a { background-color: rgb(65,70,62); }

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

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

 span { border-color: rgb(65,70,62); }

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