#434E3D

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

Shades of Armadillo #434E3D

Tints of Armadillo #434E3D

Color information

#434E3D (or 0x434E3D) is unknown color: approx Armadillo. HEX triplet: 43, 4E and 3D. RGB value is (67,78,61). Sum of RGB (Red+Green+Blue) = 67+78+61=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 78 - color contains mainly: green. Hex color #434E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434E3D is #BCB1C2. Grayscale: #484848. Windows color (decimal): -12366275 or 4017731. OLE color: 4017731.

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

Color convert

RGB677861-
CMYK0.1400.220.69
HSL98.82º12.23%27.25%-
HSV(B)98.82º21.79%30.59%-
XYZ5.886.985.45-
YUV72.77121.36123.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 78 (30.86% from 255) = 37.86%
BLUE value IS 61 (24.22% from 255) = 29.61%
R=32.52%
G=37.86%
B=29.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6778610.1400.220.6998.8212.2327.25
Hex434E3DE0164563c1b
Octal10311675160261051431433
Binary10000111001110111101111001011010001011100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,78,61); }

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

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

 a { background-color: rgb(67,78,61); }

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

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

 span { border-color: rgb(67,78,61); }

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