Html Css Color HEX #454841 Armadillo

📋 copy color: '#454841'

red 69 ◦ green 72 ◦ blue 65

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

Shades of Armadillo #454841

Tints of Armadillo #454841

RGB

 RED value IS 69 (27.34% from 255) = 33.5%

 GREEN value IS 72 (28.52% from 255) = 34.95%

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 33.5%
G = 34.95%
B = 31.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#454841 (or 0x454841) is known color: Armadillo. HEX triplet: 45, 48 and 41. RGB value is (69,72,65). Sum of RGB (Red+Green+Blue) = 69+72+65=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 72 - color contains mainly: green. Hex color #454841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454841 is #BAB7BE. Grayscale: #464646. Windows color (decimal): -12236735 or 4278341. OLE color: 4278341.

HSL color Cylindrical-coordinate representation of color #454841: hue angle of 85.71º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #454841 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 69 72 65 -
CMYK 0.04 0 0.10 0.72
HSL 85.71º 0.05% 0.27% -
HSV(B) 85.71º 0.1% 0.28% -
XYZ 5.73 6.28 5.91 -
YUV 70.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 69 72 65 0.04 0 0.10 0.72 85.71 0.05 0.27
Hex 45 48 41 4 0 A 48 56 5 1B
Octal 105 110 101 4 0 12 110 126 5 33
Binary 1000101 1001000 1000001 100 0 1010 1001000 1010110 101 11011

Color Harmonies of #454841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454841

Black with #454841

Text Example


Text Example

White with #454841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454841; }

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

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

background-color css

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

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

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

border-color css

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

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

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