#434C4A

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

Shades of Corduroy #434C4A

Tints of Corduroy #434C4A

Color information

#434C4A (or 0x434C4A) is unknown color: approx Corduroy. HEX triplet: 43, 4C and 4A. RGB value is (67,76,74). Sum of RGB (Red+Green+Blue) = 67+76+74=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 76 - color contains mainly: green. Hex color #434C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C4A is #BCB3B5. Grayscale: #494949. Windows color (decimal): -12366774 or 4869187. OLE color: 4869187.

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

Color convert

RGB677674-
CMYK0.1200.030.70
HSL166.67º6.29%28.04%-
HSV(B)166.67º11.84%29.8%-
XYZ6.146.867.48-
YUV73.08128.52123.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.88%
GREEN value IS 76 (30.08% from 255) = 35.02%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=30.88%
G=35.02%
B=34.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6776740.1200.030.70166.676.2928.04
Hex434C4AC0346a761c
Octal1031141121403106247634
Binary100001110011001001010110001110001101010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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