#445650

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

Shades of Corduroy #445650

Tints of Corduroy #445650

Color information

#445650 (or 0x445650) is unknown color: approx Corduroy. HEX triplet: 44, 56 and 50. RGB value is (68,86,80). Sum of RGB (Red+Green+Blue) = 68+86+80=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 86 - color contains mainly: green. Hex color #445650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445650 is #BBA9AF. Grayscale: #4F4F4F. Windows color (decimal): -12298672 or 5264964. OLE color: 5264964.

HSL color Cylindrical-coordinate representation of color #445650: hue angle of 160º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445650 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB688680-
CMYK0.2100.070.66
HSL160º11.69%30.2%-
HSV(B)160º20.93%33.73%-
XYZ7.168.468.85-
YUV79.93128.04119.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=29.06%
G=36.75%
B=34.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6886800.2100.070.6616011.6930.2
Hex445650150742a0c1e
Octal10412612025071022401436
Binary100010010101101010000101010111100001010100000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445650; }

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

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

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

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

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

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

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

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