Html Css Color HEX #445650 Corduroy

📋 copy color: '#445650'

red 68 ◦ green 86 ◦ blue 80

#445650
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #445650

Tints of Corduroy #445650

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 value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#445650 (or 0x445650) is known color: 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

RGB 68 86 80 -
CMYK 0.21 0 0.07 0.66
HSL 160º 0.12% 0.3% -
HSV(B) 160º 0.21% 0.34% -
XYZ 7.16 8.46 8.85 -
YUV 79.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 68 86 80 0.21 0 0.07 0.66 160 0.12 0.3
Hex 44 56 50 15 0 7 42 A0 C 1E
Octal 104 126 120 25 0 7 102 240 14 36
Binary 1000100 1010110 1010000 10101 0 111 1000010 10100000 1100 11110

Color Harmonies of #445650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445650

Black with #445650

Text Example


Text Example

White with #445650

Text Example


Text Example

HTML Codes & Css Web 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>