#45514D

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

Shades of Corduroy #45514D

Tints of Corduroy #45514D

Color information

#45514D (or 0x45514D) is unknown color: approx Corduroy. HEX triplet: 45, 51 and 4D. RGB value is (69,81,77). Sum of RGB (Red+Green+Blue) = 69+81+77=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 81 - color contains mainly: green. Hex color #45514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45514D is #BAAEB2. Grayscale: #4C4C4C. Windows color (decimal): -12234419 or 5067077. OLE color: 5067077.

HSL color Cylindrical-coordinate representation of color #45514D: hue angle of 160º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #45514D is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB698177-
CMYK0.1500.050.68
HSL160º8%29.41%-
HSV(B)160º14.81%31.76%-
XYZ6.747.698.15-
YUV76.96128.02122.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=30.40%
G=35.68%
B=33.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981770.1500.050.68160829.41
Hex45514DF0544a081d
Octal10512111517051042401035
Binary10001011010001100110111110101100010010100000100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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