#434D4A

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

Shades of Corduroy #434D4A

Tints of Corduroy #434D4A

Color information

#434D4A (or 0x434D4A) is unknown color: approx Corduroy. HEX triplet: 43, 4D and 4A. RGB value is (67,77,74). Sum of RGB (Red+Green+Blue) = 67+77+74=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 77 - color contains mainly: green. Hex color #434D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D4A is #BCB2B5. Grayscale: #494949. Windows color (decimal): -12366518 or 4869443. OLE color: 4869443.

HSL color Cylindrical-coordinate representation of color #434D4A: hue angle of 162º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #434D4A is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB677774-
CMYK0.1300.040.70
HSL162º6.94%28.24%-
HSV(B)162º12.99%30.2%-
XYZ6.277.5-
YUV73.67128.19123.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.73%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=30.73%
G=35.32%
B=33.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6777740.1300.040.701626.9428.24
Hex434D4AD0446a271c
Octal1031151121504106242734
Binary1000011100110110010101101010010001101010001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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