#40514A

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

Shades of Corduroy #40514A

Tints of Corduroy #40514A

Color information

#40514A (or 0x40514A) is unknown color: approx Corduroy. HEX triplet: 40, 51 and 4A. RGB value is (64,81,74). Sum of RGB (Red+Green+Blue) = 64+81+74=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 81 - color contains mainly: green. Hex color #40514A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40514A is #BFAEB5. Grayscale: #4B4B4B. Windows color (decimal): -12562102 or 4870464. OLE color: 4870464.

HSL color Cylindrical-coordinate representation of color #40514A: hue angle of 155.29º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #40514A is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB648174-
CMYK0.2100.090.68
HSL155.29º11.72%28.43%-
HSV(B)155.29º20.99%31.76%-
XYZ6.297.477.59-
YUV75.12127.37120.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=29.22%
G=36.99%
B=33.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6481740.2100.090.68155.2911.7228.43
Hex40514A1509449bc1c
Octal100121112250111042331434
Binary1000000101000110010101010101001100010010011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40514A; }

 p { color: rgb(64,81,74); }

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

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

 a { background-color: rgb(64,81,74); }

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

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

 span { border-color: rgb(64,81,74); }

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