#434B40

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

Shades of Armadillo #434B40

Tints of Armadillo #434B40

Color information

#434B40 (or 0x434B40) is unknown color: approx Armadillo. HEX triplet: 43, 4B and 40. RGB value is (67,75,64). Sum of RGB (Red+Green+Blue) = 67+75+64=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 75 - color contains mainly: green. Hex color #434B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B40 is #BCB4BF. Grayscale: #474747. Windows color (decimal): -12367040 or 4213571. OLE color: 4213571.

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

Color convert

RGB677564-
CMYK0.1100.150.71
HSL103.64º7.91%27.25%-
HSV(B)103.64º14.67%29.41%-
XYZ5.766.65.82-
YUV71.35123.85124.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=32.52%
G=36.41%
B=31.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6775640.1100.150.71103.647.9127.25
Hex434B40B0F476881b
Octal103113100130171071501033
Binary10000111001011100000010110111110001111101000100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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