#434D3F

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

Shades of Armadillo #434D3F

Tints of Armadillo #434D3F

Color information

#434D3F (or 0x434D3F) is unknown color: approx Armadillo. HEX triplet: 43, 4D and 3F. RGB value is (67,77,63). Sum of RGB (Red+Green+Blue) = 67+77+63=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 77 - color contains mainly: green. Hex color #434D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D3F is #BCB2C0. Grayscale: #484848. Windows color (decimal): -12366529 or 4148547. OLE color: 4148547.

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

Color convert

RGB677763-
CMYK0.1300.180.70
HSL102.86º10%27.45%-
HSV(B)102.86º18.18%30.2%-
XYZ5.876.865.72-
YUV72.41122.69124.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.37%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 63 (25% from 255) = 30.43%
R=32.37%
G=37.20%
B=30.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6777630.1300.180.70102.861027.45
Hex434D3FD0124667a1b
Octal10311577150221061471233
Binary10000111001101111111110101001010001101100111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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