#41453D

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

Shades of Armadillo #41453D

Tints of Armadillo #41453D

Color information

#41453D (or 0x41453D) is unknown color: approx Armadillo. HEX triplet: 41, 45 and 3D. RGB value is (65,69,61). Sum of RGB (Red+Green+Blue) = 65+69+61=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 69 - color contains mainly: green. Hex color #41453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41453D is #BEBAC2. Grayscale: #424242. Windows color (decimal): -12499651 or 4015425. OLE color: 4015425.

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

Color convert

RGB656961-
CMYK0.0600.120.73
HSL90º6.15%25.49%-
HSV(B)90º11.59%27.06%-
XYZ5.155.725.25-
YUV66.89124.67126.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=33.33%
G=35.38%
B=31.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6569610.0600.120.73906.1525.49
Hex41453D60C495a619
Octal101105756014111132631
Binary10000011000101111101110011001001001101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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