#3A5048

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

Shades of Corduroy #3A5048

Tints of Corduroy #3A5048

Color information

#3A5048 (or 0x3A5048) is unknown color: approx Corduroy. HEX triplet: 3A, 50 and 48. RGB value is (58,80,72). Sum of RGB (Red+Green+Blue) = 58+80+72=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5048 is #C5AFB7. Grayscale: #484848. Windows color (decimal): -12955576 or 4739130. OLE color: 4739130.

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

Color convert

RGB588072-
CMYK0.2800.100.69
HSL158.18º15.94%27.06%-
HSV(B)158.18º27.5%31.37%-
XYZ5.787.17.2-
YUV72.51127.71117.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.62%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=27.62%
G=38.10%
B=34.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880720.2800.100.69158.1815.9427.06
Hex3A50481C0A459e101b
Octal72120110340121052362033
Binary1110101010000100100011100010101000101100111101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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