Html Css Color HEX #454D3B Armadillo

📋 copy color: '#454D3B'

red 69 ◦ green 77 ◦ blue 59

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

Shades of Armadillo #454D3B

Tints of Armadillo #454D3B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.56%

 BLUE value IS 59 (23.44% from 255) = 28.78%

R = 33.66%
G = 37.56%
B = 28.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.70

RGB Variations

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

Color information

#454D3B (or 0x454D3B) is known color: Armadillo. HEX triplet: 45, 4D and 3B. RGB value is (69,77,59). Sum of RGB (Red+Green+Blue) = 69+77+59=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #454D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454D3B is #BAB2C4. Grayscale: #484848. Windows color (decimal): -12235461 or 3886405. OLE color: 3886405.

HSL color Cylindrical-coordinate representation of color #454D3B: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #454D3B is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 77 59 -
CMYK 0.10 0 0.23 0.70
HSL 86.67º 0.13% 0.27% -
HSV(B) 86.67º 0.23% 0.3% -
XYZ 5.9 6.89 5.16 -
YUV 72.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 69 77 59 0.10 0 0.23 0.70 86.67 0.13 0.27
Hex 45 4D 3B A 0 17 46 57 D 1B
Octal 105 115 73 12 0 27 106 127 15 33
Binary 1000101 1001101 111011 1010 0 10111 1000110 1010111 1101 11011

Color Harmonies of #454D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454D3B

Black with #454D3B

Text Example


Text Example

White with #454D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454D3B; }

 p { color: rgb(69,77,59); }

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

background-color css

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

 a { background-color: rgb(69,77,59); }

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

border-color css

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

 span { border-color: rgb(69,77,59); }

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