#45544F

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

Shades of Corduroy #45544F

Tints of Corduroy #45544F

Color information

#45544F (or 0x45544F) is unknown color: approx Corduroy. HEX triplet: 45, 54 and 4F. RGB value is (69,84,79). Sum of RGB (Red+Green+Blue) = 69+84+79=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #45544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45544F is #BAABB0. Grayscale: #4E4E4E. Windows color (decimal): -12233649 or 5198917. OLE color: 5198917.

HSL color Cylindrical-coordinate representation of color #45544F: hue angle of 160º 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 #45544F is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB698479-
CMYK0.1800.060.67
HSL160º9.8%30%-
HSV(B)160º17.86%32.94%-
XYZ7.048.178.6-
YUV78.94128.03120.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=29.74%
G=36.21%
B=34.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984790.1800.060.671609.830
Hex45544F120643a0a1e
Octal10512411722061032401236
Binary100010110101001001111100100110100001110100000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,84,79); }

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

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

 a { background-color: rgb(69,84,79); }

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

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

 span { border-color: rgb(69,84,79); }

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