#434D3E

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

Shades of Armadillo #434D3E

Tints of Armadillo #434D3E

Color information

#434D3E (or 0x434D3E) is unknown color: approx Armadillo. HEX triplet: 43, 4D and 3E. RGB value is (67,77,62). Sum of RGB (Red+Green+Blue) = 67+77+62=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 77 - color contains mainly: green. Hex color #434D3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D3E is #BCB2C1. Grayscale: #484848. Windows color (decimal): -12366530 or 4083011. OLE color: 4083011.

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

Color convert

RGB677762-
CMYK0.1300.190.70
HSL100º10.79%27.25%-
HSV(B)100º19.48%30.2%-
XYZ5.846.855.57-
YUV72.3122.19124.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 62 (24.61% from 255) = 30.10%
R=32.52%
G=37.38%
B=30.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6777620.1300.190.7010010.7927.25
Hex434D3ED0134664b1b
Octal10311576150231061441333
Binary10000111001101111110110101001110001101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434D3E; }

 p { color: rgb(67,77,62); }

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

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

 a { background-color: rgb(67,77,62); }

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

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

 span { border-color: rgb(67,77,62); }

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