Html Css Color HEX #44554F Corduroy

📋 copy color: '#44554F'

red 68 ◦ green 85 ◦ blue 79

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

Shades of Corduroy #44554F

Tints of Corduroy #44554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

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

R = 29.31%
G = 36.64%
B = 34.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#44554F (or 0x44554F) is known color: Corduroy. HEX triplet: 44, 55 and 4F. RGB value is (68,85,79). Sum of RGB (Red+Green+Blue) = 68+85+79=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #44554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44554F is #BBAAB0. Grayscale: #4F4F4F. Windows color (decimal): -12298929 or 5199172. OLE color: 5199172.

HSL color Cylindrical-coordinate representation of color #44554F: hue angle of 158.82º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #44554F is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 79 -
CMYK 0.20 0 0.07 0.67
HSL 158.82º 0.11% 0.3% -
HSV(B) 158.82º 0.2% 0.33% -
XYZ 7.04 8.29 8.63 -
YUV 79.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 68 85 79 0.20 0 0.07 0.67 158.82 0.11 0.3
Hex 44 55 4F 14 0 7 43 9F B 1E
Octal 104 125 117 24 0 7 103 237 13 36
Binary 1000100 1010101 1001111 10100 0 111 1000011 10011111 1011 11110

Color Harmonies of #44554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44554F

Black with #44554F

Text Example


Text Example

White with #44554F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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