Html Css Color HEX #44524D Corduroy

📋 copy color: '#44524D'

red 68 ◦ green 82 ◦ blue 77

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

Shades of Corduroy #44524D

Tints of Corduroy #44524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.12%

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

R = 29.96%
G = 36.12%
B = 33.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#44524D (or 0x44524D) is known color: Corduroy. HEX triplet: 44, 52 and 4D. RGB value is (68,82,77). Sum of RGB (Red+Green+Blue) = 68+82+77=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 82 - color contains mainly: green. Hex color #44524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44524D is #BBADB2. Grayscale: #4D4D4D. Windows color (decimal): -12299699 or 5067332. OLE color: 5067332.

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

Color convert

RGB 68 82 77 -
CMYK 0.17 0 0.06 0.68
HSL 158.57º 0.09% 0.29% -
HSV(B) 158.57º 0.17% 0.32% -
XYZ 6.74 7.8 8.17 -
YUV 77.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 68 82 77 0.17 0 0.06 0.68 158.57 0.09 0.29
Hex 44 52 4D 11 0 6 44 9F 9 1D
Octal 104 122 115 21 0 6 104 237 11 35
Binary 1000100 1010010 1001101 10001 0 110 1000100 10011111 1001 11101

Color Harmonies of #44524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44524D

Black with #44524D

Text Example


Text Example

White with #44524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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