#41453E

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

Shades of Armadillo #41453E

Tints of Armadillo #41453E

Color information

#41453E (or 0x41453E) is unknown color: approx Armadillo. HEX triplet: 41, 45 and 3E. RGB value is (65,69,62). Sum of RGB (Red+Green+Blue) = 65+69+62=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 69 - color contains mainly: green. Hex color #41453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41453E is #BEBAC1. Grayscale: #434343. Windows color (decimal): -12499650 or 4080961. OLE color: 4080961.

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

Color convert

RGB656962-
CMYK0.0600.100.73
HSL94.29º5.34%25.69%-
HSV(B)94.29º10.14%27.06%-
XYZ5.185.735.39-
YUV67.01125.17126.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=33.16%
G=35.20%
B=31.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569620.0600.100.7394.295.3425.69
Hex41453E60A495e51a
Octal101105766012111136532
Binary10000011000101111110110010101001001101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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