Html Css Color HEX #445550 Corduroy

📋 copy color: '#445550'

red 68 ◦ green 85 ◦ blue 80

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

Shades of Corduroy #445550

Tints of Corduroy #445550

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

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 68 85 80 -
CMYK 0.20 0 0.06 0.67
HSL 162.35º 0.11% 0.3% -
HSV(B) 162.35º 0.2% 0.33% -
XYZ 7.08 8.31 8.82 -
YUV 79.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 68 85 80 0.20 0 0.06 0.67 162.35 0.11 0.3
Hex 44 55 50 14 0 6 43 A2 B 1E
Octal 104 125 120 24 0 6 103 242 13 36
Binary 1000100 1010101 1010000 10100 0 110 1000011 10100010 1011 11110

Color Harmonies of #445550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445550

Black with #445550

Text Example


Text Example

White with #445550

Text Example


Text Example

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