#445550

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

Shades of Corduroy #445550

Tints of Corduroy #445550

Color information

#445550 (or 0x445550) is unknown color: approx Corduroy. HEX triplet: 44, 55 and 50. RGB value is (68,85,80). Sum of RGB (Red+Green+Blue) = 68+85+80=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #445550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445550 is #BBAAAF. Grayscale: #4F4F4F. Windows color (decimal): -12298928 or 5264708. OLE color: 5264708.

HSL color Cylindrical-coordinate representation of color #445550: hue angle of 162.35º 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 #445550 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB688580-
CMYK0.2000.060.67
HSL162.35º11.11%30%-
HSV(B)162.35º20%33.33%-
XYZ7.088.318.82-
YUV79.35128.37119.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=29.18%
G=36.48%
B=34.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885800.2000.060.67162.3511.1130
Hex445550140643a2b1e
Octal10412512024061032421336
Binary100010010101011010000101000110100001110100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445550; }

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

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

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

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

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

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

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

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