#44534F

Color #44534F Corduroy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corduroy #44534F

Tints of Corduroy #44534F

Color information

#44534F (or 0x44534F) is unknown color: approx Corduroy. HEX triplet: 44, 53 and 4F. RGB value is (68,83,79). Sum of RGB (Red+Green+Blue) = 68+83+79=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 83 - color contains mainly: green. Hex color #44534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44534F is #BBACB0. Grayscale: #4E4E4E. Windows color (decimal): -12299441 or 5198660. OLE color: 5198660.

HSL color Cylindrical-coordinate representation of color #44534F: hue angle of 164º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #44534F is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB688379-
CMYK0.1800.050.67
HSL164º9.93%29.61%-
HSV(B)164º18.07%32.55%-
XYZ6.897.988.57-
YUV78.06128.53120.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=29.57%
G=36.09%
B=34.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883790.1800.050.671649.9329.61
Hex44534F120543a4a1e
Octal10412311722051032441236
Binary100010010100111001111100100101100001110100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44534F;
 }
 .AnyTagClassName
 {
   color: #44534F;
 }
</style>
background-color css

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

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

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

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

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

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