#40554F

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

Shades of Corduroy #40554F

Tints of Corduroy #40554F

Color information

#40554F (or 0x40554F) is unknown color: approx Corduroy. HEX triplet: 40, 55 and 4F. RGB value is (64,85,79). Sum of RGB (Red+Green+Blue) = 64+85+79=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #40554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40554F is #BFAAB0. Grayscale: #4E4E4E. Windows color (decimal): -12561073 or 5199168. OLE color: 5199168.

HSL color Cylindrical-coordinate representation of color #40554F: hue angle of 162.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #40554F is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB648579-
CMYK0.2500.070.67
HSL162.86º14.09%29.22%-
HSV(B)162.86º24.71%33.33%-
XYZ6.778.158.61-
YUV78.04128.54117.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=28.07%
G=37.28%
B=34.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485790.2500.070.67162.8614.0929.22
Hex40554F190743a3e1d
Octal10012511731071032431635
Binary100000010101011001111110010111100001110100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40554F; }

 p { color: rgb(64,85,79); }

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

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

 a { background-color: rgb(64,85,79); }

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

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

 span { border-color: rgb(64,85,79); }

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