#44544F

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

Shades of Corduroy #44544F

Tints of Corduroy #44544F

Color information

#44544F (or 0x44544F) is unknown color: approx Corduroy. HEX triplet: 44, 54 and 4F. RGB value is (68,84,79). Sum of RGB (Red+Green+Blue) = 68+84+79=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #44544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44544F is #BBABB0. Grayscale: #4E4E4E. Windows color (decimal): -12299185 or 5198916. OLE color: 5198916.

HSL color Cylindrical-coordinate representation of color #44544F: hue angle of 161.25º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #44544F is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB688479-
CMYK0.1900.060.67
HSL161.25º10.53%29.8%-
HSV(B)161.25º19.05%32.94%-
XYZ6.978.138.6-
YUV78.65128.2120.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=29.44%
G=36.36%
B=34.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884790.1900.060.67161.2510.5329.8
Hex44544F130643a1b1e
Octal10412411723061032411336
Binary100010010101001001111100110110100001110100001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,84,79); }

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

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

 a { background-color: rgb(68,84,79); }

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

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

 span { border-color: rgb(68,84,79); }

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