Html Css Color HEX #41463D Armadillo

📋 copy color: '#41463D'

red 65 ◦ green 70 ◦ blue 61

#41463D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Armadillo #41463D

Tints of Armadillo #41463D

RGB

 RED value IS 65 (25.78% from 255) = 33.16%

 GREEN value IS 70 (27.73% from 255) = 35.71%

 BLUE value IS 61 (24.22% from 255) = 31.12%

R = 33.16%
G = 35.71%
B = 31.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#41463D (or 0x41463D) is known color: Armadillo. HEX triplet: 41, 46 and 3D. RGB value is (65,70,61). Sum of RGB (Red+Green+Blue) = 65+70+61=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 70 - color contains mainly: green. Hex color #41463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41463D is #BEB9C2. Grayscale: #434343. Windows color (decimal): -12499395 or 4015681. OLE color: 4015681.

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

Color convert

RGB 65 70 61 -
CMYK 0.07 0 0.13 0.73
HSL 93.33º 0.07% 0.26% -
HSV(B) 93.33º 0.13% 0.27% -
XYZ 5.21 5.84 5.27 -
YUV 67.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 65 70 61 0.07 0 0.13 0.73 93.33 0.07 0.26
Hex 41 46 3D 7 0 D 49 5D 7 1A
Octal 101 106 75 7 0 15 111 135 7 32
Binary 1000001 1000110 111101 111 0 1101 1001001 1011101 111 11010

Color Harmonies of #41463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41463D

Black with #41463D

Text Example


Text Example

White with #41463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41463D;
 }
 .AnyTagClassName
 {
   color: #41463D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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