#45504C

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

Shades of Corduroy #45504C

Tints of Corduroy #45504C

Color information

#45504C (or 0x45504C) is unknown color: approx Corduroy. HEX triplet: 45, 50 and 4C. RGB value is (69,80,76). Sum of RGB (Red+Green+Blue) = 69+80+76=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 80 - color contains mainly: green. Hex color #45504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45504C is #BAAFB3. Grayscale: #4C4C4C. Windows color (decimal): -12234676 or 5001285. OLE color: 5001285.

HSL color Cylindrical-coordinate representation of color #45504C: hue angle of 158.18º 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 #45504C is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB698076-
CMYK0.1400.050.69
HSL158.18º7.38%29.22%-
HSV(B)158.18º13.75%31.37%-
XYZ6.637.527.94-
YUV76.26127.86122.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=30.67%
G=35.56%
B=33.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980760.1400.050.69158.187.3829.22
Hex45504CE05459e71d
Octal1051201141605105236735
Binary1000101101000010011001110010110001011001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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