Html Css Color HEX #41443E Armadillo

📋 copy color: '#41443E'

red 65 ◦ green 68 ◦ blue 62

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

Shades of Armadillo #41443E

Tints of Armadillo #41443E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.87%

 BLUE value IS 62 (24.61% from 255) = 31.79%

R = 33.33%
G = 34.87%
B = 31.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#41443E (or 0x41443E) is known color: Armadillo. HEX triplet: 41, 44 and 3E. RGB value is (65,68,62). Sum of RGB (Red+Green+Blue) = 65+68+62=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 68 - color contains mainly: green. Hex color #41443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41443E is #BEBBC1. Grayscale: #424242. Windows color (decimal): -12499906 or 4080705. OLE color: 4080705.

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

Color convert

RGB 65 68 62 -
CMYK 0.04 0 0.09 0.73
HSL 90º 0.05% 0.25% -
HSV(B) 90º 0.09% 0.27% -
XYZ 5.12 5.61 5.37 -
YUV 66.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 65 68 62 0.04 0 0.09 0.73 90 0.05 0.25
Hex 41 44 3E 4 0 9 49 5A 5 19
Octal 101 104 76 4 0 11 111 132 5 31
Binary 1000001 1000100 111110 100 0 1001 1001001 1011010 101 11001

Color Harmonies of #41443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41443E

Black with #41443E

Text Example


Text Example

White with #41443E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41443E;
 }
 .AnyTagClassName
 {
   color: #41443E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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