#41453F

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

Shades of Armadillo #41453F

Tints of Armadillo #41453F

Color information

#41453F (or 0x41453F) is unknown color: approx Armadillo. HEX triplet: 41, 45 and 3F. RGB value is (65,69,63). Sum of RGB (Red+Green+Blue) = 65+69+63=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 69 - color contains mainly: green. Hex color #41453F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41453F is #BEBAC0. Grayscale: #434343. Windows color (decimal): -12499649 or 4146497. OLE color: 4146497.

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

Color convert

RGB656963-
CMYK0.0600.090.73
HSL100º4.55%25.88%-
HSV(B)100º8.7%27.06%-
XYZ5.215.745.54-
YUV67.12125.67126.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.99%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 63 (25% from 255) = 31.98%
R=32.99%
G=35.03%
B=31.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569630.0600.090.731004.5525.88
Hex41453F609496451a
Octal101105776011111144532
Binary10000011000101111111110010011001001110010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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