#3A4D46

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

Shades of Corduroy #3A4D46

Tints of Corduroy #3A4D46

Color information

#3A4D46 (or 0x3A4D46) is unknown color: approx Corduroy. HEX triplet: 3A, 4D and 46. RGB value is (58,77,70). Sum of RGB (Red+Green+Blue) = 58+77+70=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D46 is #C5B2B9. Grayscale: #464646. Windows color (decimal): -12956346 or 4607290. OLE color: 4607290.

HSL color Cylindrical-coordinate representation of color #3A4D46: hue angle of 157.89º 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 #3A4D46 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB587770-
CMYK0.2500.090.70
HSL157.89º14.07%26.47%-
HSV(B)157.89º24.68%30.2%-
XYZ5.56.656.79-
YUV70.52127.71119.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.29%
GREEN value IS 77 (30.47% from 255) = 37.56%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=28.29%
G=37.56%
B=34.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5877700.2500.090.70157.8914.0726.47
Hex3A4D461909469ee1a
Octal72115106310111062361632
Binary111010100110110001101100101001100011010011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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