Html Css Color HEX #445450 Corduroy

📋 copy color: '#445450'

red 68 ◦ green 84 ◦ blue 80

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

Shades of Corduroy #445450

Tints of Corduroy #445450

RGB

 RED value IS 68 (26.95% from 255) = 29.31%

 GREEN value IS 84 (33.2% 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 value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 68 84 80 -
CMYK 0.19 0 0.05 0.67
HSL 165º 0.11% 0.3% -
HSV(B) 165º 0.19% 0.33% -
XYZ 7 8.15 8.79 -
YUV 78.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 68 84 80 0.19 0 0.05 0.67 165 0.11 0.3
Hex 44 54 50 13 0 5 43 A5 B 1E
Octal 104 124 120 23 0 5 103 245 13 36
Binary 1000100 1010100 1010000 10011 0 101 1000011 10100101 1011 11110

Color Harmonies of #445450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445450

Black with #445450

Text Example


Text Example

White with #445450

Text Example


Text Example

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