Html Css Color HEX #44514C Corduroy

📋 copy color: '#44514C'

red 68 ◦ green 81 ◦ blue 76

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

Shades of Corduroy #44514C

Tints of Corduroy #44514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36%

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 30.22%
G = 36%
B = 33.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#44514C (or 0x44514C) is known color: Corduroy. HEX triplet: 44, 51 and 4C. RGB value is (68,81,76). Sum of RGB (Red+Green+Blue) = 68+81+76=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 81 - color contains mainly: green. Hex color #44514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44514C is #BBAEB3. Grayscale: #4C4C4C. Windows color (decimal): -12299956 or 5001540. OLE color: 5001540.

HSL color Cylindrical-coordinate representation of color #44514C: hue angle of 156.92º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #44514C is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 81 76 -
CMYK 0.16 0 0.06 0.68
HSL 156.92º 0.09% 0.29% -
HSV(B) 156.92º 0.16% 0.32% -
XYZ 6.63 7.64 7.96 -
YUV 76.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 68 81 76 0.16 0 0.06 0.68 156.92 0.09 0.29
Hex 44 51 4C 10 0 6 44 9D 9 1D
Octal 104 121 114 20 0 6 104 235 11 35
Binary 1000100 1010001 1001100 10000 0 110 1000100 10011101 1001 11101

Color Harmonies of #44514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44514C

Black with #44514C

Text Example


Text Example

White with #44514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44514C; }

 p { color: rgb(68,81,76); }

 H1.HeaderClassName
 {
   color: #44514C;
 }
 .AnyTagClassName
 {
   color: #44514C;
 }
</style>

background-color css

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

 a { background-color: rgb(68,81,76); }

 div.DivClassName
 {
   background-color: #44514C;
 }
 .BgClassName
 {
   background-color: #44514C;
 }
</style>

border-color css

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

 span { border-color: rgb(68,81,76); }

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