Html Css Color HEX #44514D Corduroy

📋 copy color: '#44514D'

red 68 ◦ green 81 ◦ blue 77

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

Shades of Corduroy #44514D

Tints of Corduroy #44514D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 30.09%
G = 35.84%
B = 34.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#44514D (or 0x44514D) is known color: Corduroy. HEX triplet: 44, 51 and 4D. RGB value is (68,81,77). Sum of RGB (Red+Green+Blue) = 68+81+77=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #44514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44514D is #BBAEB2. Grayscale: #4C4C4C. Windows color (decimal): -12299955 or 5067076. OLE color: 5067076.

HSL color Cylindrical-coordinate representation of color #44514D: hue angle of 161.54º 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 #44514D is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 81 77 -
CMYK 0.16 0 0.05 0.68
HSL 161.54º 0.09% 0.29% -
HSV(B) 161.54º 0.16% 0.32% -
XYZ 6.67 7.65 8.15 -
YUV 76.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 68 81 77 0.16 0 0.05 0.68 161.54 0.09 0.29
Hex 44 51 4D 10 0 5 44 A2 9 1D
Octal 104 121 115 20 0 5 104 242 11 35
Binary 1000100 1010001 1001101 10000 0 101 1000100 10100010 1001 11101

Color Harmonies of #44514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44514D

Black with #44514D

Text Example


Text Example

White with #44514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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