#44514C

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

Shades of Corduroy #44514C

Tints of Corduroy #44514C

Color information

#44514C (or 0x44514C) is unknown color: approx Corduroy. HEX triplet: 44, 51 and 4C. RGB value is (68,81,76). Sum of RGB (Red+Green+Blue) = 68+81+76=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 81 - color contains mainly: green. Hex color #44514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44514C is #BBAEB3. Grayscale: #4C4C4C. Windows color (decimal): -12299956 or 5001540. OLE color: 5001540.

HSL color Cylindrical-coordinate representation of color #44514C: hue angle of 156.92º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #44514C is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB688176-
CMYK0.1600.060.68
HSL156.92º8.72%29.22%-
HSV(B)156.92º16.05%31.76%-
XYZ6.637.647.96-
YUV76.54127.69121.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=30.22%
G=36%
B=33.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6881760.1600.060.68156.928.7229.22
Hex44514C1006449d91d
Octal10412111420061042351135
Binary100010010100011001100100000110100010010011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44514C; }

 p { color: rgb(68,81,76); }

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

<style>
 a { background-color: #44514C; }

 a { background-color: rgb(68,81,76); }

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

<style>
 span { border-color: #44514C; }

 span { border-color: rgb(68,81,76); }

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