Html Css Color HEX #474F3E Armadillo

📋 copy color: '#474F3E'

red 71 ◦ green 79 ◦ blue 62

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

Shades of Armadillo #474F3E

Tints of Armadillo #474F3E

RGB

 RED value IS 71 (28.13% from 255) = 33.49%

 GREEN value IS 79 (31.25% from 255) = 37.26%

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

R = 33.49%
G = 37.26%
B = 29.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#474F3E (or 0x474F3E) is known color: Armadillo. HEX triplet: 47, 4F and 3E. RGB value is (71,79,62). Sum of RGB (Red+Green+Blue) = 71+79+62=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 79 - color contains mainly: green. Hex color #474F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F3E is #B8B0C1. Grayscale: #4A4A4A. Windows color (decimal): -12103874 or 4083527. OLE color: 4083527.

HSL color Cylindrical-coordinate representation of color #474F3E: hue angle of 88.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #474F3E is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 79 62 -
CMYK 0.10 0 0.22 0.69
HSL 88.24º 0.12% 0.28% -
HSV(B) 88.24º 0.22% 0.31% -
XYZ 6.26 7.28 5.63 -
YUV 74.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 71 79 62 0.10 0 0.22 0.69 88.24 0.12 0.28
Hex 47 4F 3E A 0 16 45 58 C 1C
Octal 107 117 76 12 0 26 105 130 14 34
Binary 1000111 1001111 111110 1010 0 10110 1000101 1011000 1100 11100

Color Harmonies of #474F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F3E

Black with #474F3E

Text Example


Text Example

White with #474F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474F3E; }

 p { color: rgb(71,79,62); }

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

background-color css

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

 a { background-color: rgb(71,79,62); }

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

border-color css

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

 span { border-color: rgb(71,79,62); }

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