#434A3D

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

Shades of Armadillo #434A3D

Tints of Armadillo #434A3D

Color information

#434A3D (or 0x434A3D) is unknown color: approx Armadillo. HEX triplet: 43, 4A and 3D. RGB value is (67,74,61). Sum of RGB (Red+Green+Blue) = 67+74+61=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 74 - color contains mainly: green. Hex color #434A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434A3D is #BCB5C2. Grayscale: #464646. Windows color (decimal): -12367299 or 4016707. OLE color: 4016707.

HSL color Cylindrical-coordinate representation of color #434A3D: hue angle of 92.31º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #434A3D is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB677461-
CMYK0.0900.180.71
HSL92.31º9.63%26.47%-
HSV(B)92.31º17.57%29.02%-
XYZ5.616.435.36-
YUV70.42122.68125.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.17%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=33.17%
G=36.63%
B=30.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6774610.0900.180.7192.319.6326.47
Hex434A3D9012475ca1a
Octal10311275110221071341232
Binary10000111001010111101100101001010001111011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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