Html Css Color HEX #44524F Corduroy

📋 copy color: '#44524F'

red 68 ◦ green 82 ◦ blue 79

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

Shades of Corduroy #44524F

Tints of Corduroy #44524F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 29.69%
G = 35.81%
B = 34.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#44524F (or 0x44524F) is known color: Corduroy. HEX triplet: 44, 52 and 4F. RGB value is (68,82,79). Sum of RGB (Red+Green+Blue) = 68+82+79=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 82 - color contains mainly: green. Hex color #44524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44524F is #BBADB0. Grayscale: #4D4D4D. Windows color (decimal): -12299697 or 5198404. OLE color: 5198404.

HSL color Cylindrical-coordinate representation of color #44524F: hue angle of 167.14º 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 #44524F is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 68 82 79 -
CMYK 0.17 0 0.04 0.68
HSL 167.14º 0.09% 0.29% -
HSV(B) 167.14º 0.17% 0.32% -
XYZ 6.81 7.83 8.55 -
YUV 77.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 68 82 79 0.17 0 0.04 0.68 167.14 0.09 0.29
Hex 44 52 4F 11 0 4 44 A7 9 1D
Octal 104 122 117 21 0 4 104 247 11 35
Binary 1000100 1010010 1001111 10001 0 100 1000100 10100111 1001 11101

Color Harmonies of #44524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44524F

Black with #44524F

Text Example


Text Example

White with #44524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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