#3A4540

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

Shades of Corduroy #3A4540

Tints of Corduroy #3A4540

Color information

#3A4540 (or 0x3A4540) is unknown color: approx Corduroy. HEX triplet: 3A, 45 and 40. RGB value is (58,69,64). Sum of RGB (Red+Green+Blue) = 58+69+64=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4540 is #C5BABF. Grayscale: #414141. Windows color (decimal): -12958400 or 4212026. OLE color: 4212026.

HSL color Cylindrical-coordinate representation of color #3A4540: hue angle of 152.73º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3A4540 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB586964-
CMYK0.1600.070.73
HSL152.73º8.66%24.9%-
HSV(B)152.73º15.94%27.06%-
XYZ4.85.535.66-
YUV65.14127.36122.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 69 (27.34% from 255) = 36.13%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=30.37%
G=36.13%
B=33.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5869640.1600.070.73152.738.6624.9
Hex3A454010074999919
Octal7210510020071112311131
Binary11101010001011000000100000111100100110011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,69,64); }

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

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

 a { background-color: rgb(58,69,64); }

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

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

 span { border-color: rgb(58,69,64); }

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