#41453C

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

Shades of Armadillo #41453C

Tints of Armadillo #41453C

Color information

#41453C (or 0x41453C) is unknown color: approx Armadillo. HEX triplet: 41, 45 and 3C. RGB value is (65,69,60). Sum of RGB (Red+Green+Blue) = 65+69+60=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 69 - color contains mainly: green. Hex color #41453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41453C is #BEBAC3. Grayscale: #424242. Windows color (decimal): -12499652 or 3949889. OLE color: 3949889.

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

Color convert

RGB656960-
CMYK0.0600.130.73
HSL86.67º6.98%25.29%-
HSV(B)86.67º13.04%27.06%-
XYZ5.125.715.11-
YUV66.78124.17126.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.51%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 60 (23.83% from 255) = 30.93%
R=33.51%
G=35.57%
B=30.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569600.0600.130.7386.676.9825.29
Hex41453C60D4957719
Octal101105746015111127731
Binary10000011000101111100110011011001001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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