#3A504A

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

Shades of Corduroy #3A504A

Tints of Corduroy #3A504A

Color information

#3A504A (or 0x3A504A) is unknown color: approx Corduroy. HEX triplet: 3A, 50 and 4A. RGB value is (58,80,74). Sum of RGB (Red+Green+Blue) = 58+80+74=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #3A504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A504A is #C5AFB5. Grayscale: #484848. Windows color (decimal): -12955574 or 4870202. OLE color: 4870202.

HSL color Cylindrical-coordinate representation of color #3A504A: hue angle of 163.64º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A504A is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB588074-
CMYK0.2800.080.69
HSL163.64º15.94%27.06%-
HSV(B)163.64º27.5%31.37%-
XYZ5.857.137.55-
YUV72.74128.71117.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.36%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 74 (29.30% from 255) = 34.91%
R=27.36%
G=37.74%
B=34.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880740.2800.080.69163.6415.9427.06
Hex3A504A1C0845a4101b
Octal72120112340101052442033
Binary1110101010000100101011100010001000101101001001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A504A; }

 p { color: rgb(58,80,74); }

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

<style>
 a { background-color: #3A504A; }

 a { background-color: rgb(58,80,74); }

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

<style>
 span { border-color: #3A504A; }

 span { border-color: rgb(58,80,74); }

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