#434E4C

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

Shades of Corduroy #434E4C

Tints of Corduroy #434E4C

Color information

#434E4C (or 0x434E4C) is unknown color: approx Corduroy. HEX triplet: 43, 4E and 4C. RGB value is (67,78,76). Sum of RGB (Red+Green+Blue) = 67+78+76=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 78 - color contains mainly: green. Hex color #434E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434E4C is #BCB1B3. Grayscale: #4A4A4A. Windows color (decimal): -12366260 or 5000771. OLE color: 5000771.

HSL color Cylindrical-coordinate representation of color #434E4C: hue angle of 169.09º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #434E4C is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB677876-
CMYK0.1400.030.69
HSL169.09º7.59%28.43%-
HSV(B)169.09º14.1%30.59%-
XYZ6.347.167.89-
YUV74.48128.86122.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.32%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=30.32%
G=35.29%
B=34.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6778760.1400.030.69169.097.5928.43
Hex434E4CE0345a981c
Octal10311611416031052511034
Binary1000011100111010011001110011100010110101001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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