#484F40

Color #484F40 Armadillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Armadillo #484F40

Tints of Armadillo #484F40

Color information

#484F40 (or 0x484F40) is unknown color: approx Armadillo. HEX triplet: 48, 4F and 40. RGB value is (72,79,64). Sum of RGB (Red+Green+Blue) = 72+79+64=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 79 - color contains mainly: green. Hex color #484F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F40 is #B7B0BF. Grayscale: #4B4B4B. Windows color (decimal): -12038336 or 4214600. OLE color: 4214600.

HSL color Cylindrical-coordinate representation of color #484F40: hue angle of 88º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #484F40 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB727964-
CMYK0.0900.190.69
HSL88º10.49%28.04%-
HSV(B)88º18.99%30.98%-
XYZ6.397.345.93-
YUV75.2121.68125.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=33.49%
G=36.74%
B=29.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7279640.0900.190.698810.4928.04
Hex484F4090134558a1c
Octal110117100110231051301234
Binary100100010011111000000100101001110001011011000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484F40; }

 p { color: rgb(72,79,64); }

 H1.HeaderClassName
 {
   color: #484F40;
 }
 .AnyTagClassName
 {
   color: #484F40;
 }
</style>
background-color css

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

 a { background-color: rgb(72,79,64); }

 div.DivClassName
 {
   background-color: #484F40;
 }
 .BgClassName
 {
   background-color: #484F40;
 }
</style>
border-color css

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

 span { border-color: rgb(72,79,64); }

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