#434741

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

Shades of Armadillo #434741

Tints of Armadillo #434741

Color information

#434741 (or 0x434741) is unknown color: approx Armadillo. HEX triplet: 43, 47 and 41. RGB value is (67,71,65). Sum of RGB (Red+Green+Blue) = 67+71+65=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 71 - color contains mainly: green. Hex color #434741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434741 is #BCB8BE. Grayscale: #454545. Windows color (decimal): -12368063 or 4278083. OLE color: 4278083.

HSL color Cylindrical-coordinate representation of color #434741: hue angle of 100º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #434741 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB677165-
CMYK0.0600.080.72
HSL100º4.41%26.67%-
HSV(B)100º8.45%27.84%-
XYZ5.526.085.88-
YUV69.12125.67126.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.00%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 65 (25.78% from 255) = 32.02%
R=33.00%
G=34.98%
B=32.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6771650.0600.080.721004.4126.67
Hex434741608486441b
Octal1031071016010110144433
Binary100001110001111000001110010001001000110010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434741; }

 p { color: rgb(67,71,65); }

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

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

 a { background-color: rgb(67,71,65); }

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

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

 span { border-color: rgb(67,71,65); }

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