#434B3D

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

Shades of Armadillo #434B3D

Tints of Armadillo #434B3D

Color information

#434B3D (or 0x434B3D) is unknown color: approx Armadillo. HEX triplet: 43, 4B and 3D. RGB value is (67,75,61). Sum of RGB (Red+Green+Blue) = 67+75+61=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 75 - color contains mainly: green. Hex color #434B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B3D is #BCB4C2. Grayscale: #474747. Windows color (decimal): -12367043 or 4016963. OLE color: 4016963.

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

Color convert

RGB677561-
CMYK0.1100.190.71
HSL94.29º10.29%26.67%-
HSV(B)94.29º18.67%29.41%-
XYZ5.676.565.38-
YUV71.01122.35125.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.00%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=33.00%
G=36.95%
B=30.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6775610.1100.190.7194.2910.2926.67
Hex434B3DB013475ea1b
Octal10311375130231071361233
Binary10000111001011111101101101001110001111011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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