#434D3B

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

Shades of Armadillo #434D3B

Tints of Armadillo #434D3B

Color information

#434D3B (or 0x434D3B) is unknown color: approx Armadillo. HEX triplet: 43, 4D and 3B. RGB value is (67,77,59). Sum of RGB (Red+Green+Blue) = 67+77+59=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #434D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D3B is #BCB2C4. Grayscale: #484848. Windows color (decimal): -12366533 or 3886403. OLE color: 3886403.

HSL color Cylindrical-coordinate representation of color #434D3B: hue angle of 93.33º 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 #434D3B is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB677759-
CMYK0.1300.230.70
HSL93.33º13.24%26.67%-
HSV(B)93.33º23.38%30.2%-
XYZ5.766.825.15-
YUV71.96120.69124.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.00%
GREEN value IS 77 (30.47% from 255) = 37.93%
BLUE value IS 59 (23.44% from 255) = 29.06%
R=33.00%
G=37.93%
B=29.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6777590.1300.230.7093.3313.2426.67
Hex434D3BD017465dd1b
Octal10311573150271061351533
Binary10000111001101111011110101011110001101011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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