#44504C

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

Shades of Corduroy #44504C

Tints of Corduroy #44504C

Color information

#44504C (or 0x44504C) is unknown color: approx Corduroy. HEX triplet: 44, 50 and 4C. RGB value is (68,80,76). Sum of RGB (Red+Green+Blue) = 68+80+76=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #44504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44504C is #BBAFB3. Grayscale: #4B4B4B. Windows color (decimal): -12300212 or 5001284. OLE color: 5001284.

HSL color Cylindrical-coordinate representation of color #44504C: hue angle of 160º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #44504C is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB688076-
CMYK0.1500.050.69
HSL160º8.11%29.02%-
HSV(B)160º15%31.37%-
XYZ6.567.497.94-
YUV75.96128.02122.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=30.36%
G=35.71%
B=33.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880760.1500.050.691608.1129.02
Hex44504CF0545a081d
Octal10412011417051052401035
Binary10001001010000100110011110101100010110100000100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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