#445450

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

Shades of Corduroy #445450

Tints of Corduroy #445450

Color information

#445450 (or 0x445450) is unknown color: approx Corduroy. HEX triplet: 44, 54 and 50. RGB value is (68,84,80). Sum of RGB (Red+Green+Blue) = 68+84+80=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #445450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445450 is #BBABAF. Grayscale: #4E4E4E. Windows color (decimal): -12299184 or 5264452. OLE color: 5264452.

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

Color convert

RGB688480-
CMYK0.1900.050.67
HSL165º10.53%29.8%-
HSV(B)165º19.05%32.94%-
XYZ78.158.79-
YUV78.76128.7120.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=29.31%
G=36.21%
B=34.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884800.1900.050.6716510.5329.8
Hex445450130543a5b1e
Octal10412412023051032451336
Binary100010010101001010000100110101100001110100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445450; }

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

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

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

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

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

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

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

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