#3A4D48

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

Shades of Corduroy #3A4D48

Tints of Corduroy #3A4D48

Color information

#3A4D48 (or 0x3A4D48) is unknown color: approx Corduroy. HEX triplet: 3A, 4D and 48. RGB value is (58,77,72). Sum of RGB (Red+Green+Blue) = 58+77+72=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D48 is #C5B2B7. Grayscale: #464646. Windows color (decimal): -12956344 or 4738362. OLE color: 4738362.

HSL color Cylindrical-coordinate representation of color #3A4D48: hue angle of 164.21º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A4D48 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB587772-
CMYK0.2500.060.70
HSL164.21º14.07%26.47%-
HSV(B)164.21º24.68%30.2%-
XYZ5.576.687.13-
YUV70.75128.71118.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.02%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=28.02%
G=37.20%
B=34.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5877720.2500.060.70164.2114.0726.47
Hex3A4D48190646a4e1a
Octal7211511031061062441632
Binary11101010011011001000110010110100011010100100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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