Html Css Color HEX #41453D Armadillo

📋 copy color: '#41453D'

red 65 ◦ green 69 ◦ blue 61

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

Shades of Armadillo #41453D

Tints of Armadillo #41453D

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 value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#41453D (or 0x41453D) is known color: 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

RGB 65 69 61 -
CMYK 0.06 0 0.12 0.73
HSL 90º 0.06% 0.25% -
HSV(B) 90º 0.12% 0.27% -
XYZ 5.15 5.72 5.25 -
YUV 66.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 65 69 61 0.06 0 0.12 0.73 90 0.06 0.25
Hex 41 45 3D 6 0 C 49 5A 6 19
Octal 101 105 75 6 0 14 111 132 6 31
Binary 1000001 1000101 111101 110 0 1100 1001001 1011010 110 11001

Color Harmonies of #41453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41453D

Black with #41453D

Text Example


Text Example

White with #41453D

Text Example


Text Example

HTML Codes & Css Web 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>