#45504D

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

Shades of Corduroy #45504D

Tints of Corduroy #45504D

Color information

#45504D (or 0x45504D) is unknown color: approx Corduroy. HEX triplet: 45, 50 and 4D. RGB value is (69,80,77). Sum of RGB (Red+Green+Blue) = 69+80+77=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 80 - color contains mainly: green. Hex color #45504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45504D is #BAAFB2. Grayscale: #4C4C4C. Windows color (decimal): -12234675 or 5066821. OLE color: 5066821.

HSL color Cylindrical-coordinate representation of color #45504D: hue angle of 163.64º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #45504D is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB698077-
CMYK0.1400.040.69
HSL163.64º7.38%29.22%-
HSV(B)163.64º13.75%31.37%-
XYZ6.667.548.13-
YUV76.37128.36122.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.53%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 77 (30.47% from 255) = 34.07%
R=30.53%
G=35.40%
B=34.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980770.1400.040.69163.647.3829.22
Hex45504DE0445a471d
Octal1051201151604105244735
Binary1000101101000010011011110010010001011010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,80,77); }

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

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

 a { background-color: rgb(69,80,77); }

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

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

 span { border-color: rgb(69,80,77); }

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