#44554F

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

Shades of Corduroy #44554F

Tints of Corduroy #44554F

Color information

#44554F (or 0x44554F) is unknown color: approx Corduroy. HEX triplet: 44, 55 and 4F. RGB value is (68,85,79). Sum of RGB (Red+Green+Blue) = 68+85+79=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #44554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44554F is #BBAAB0. Grayscale: #4F4F4F. Windows color (decimal): -12298929 or 5199172. OLE color: 5199172.

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

Color convert

RGB688579-
CMYK0.2000.070.67
HSL158.82º11.11%30%-
HSV(B)158.82º20%33.33%-
XYZ7.048.298.63-
YUV79.23127.87119.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=29.31%
G=36.64%
B=34.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885790.2000.070.67158.8211.1130
Hex44554F1407439fb1e
Octal10412511724071032371336
Binary100010010101011001111101000111100001110011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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