#3A544E

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

Shades of Corduroy #3A544E

Tints of Corduroy #3A544E

Color information

#3A544E (or 0x3A544E) is unknown color: approx Corduroy. HEX triplet: 3A, 54 and 4E. RGB value is (58,84,78). Sum of RGB (Red+Green+Blue) = 58+84+78=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #3A544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A544E is #C5ABB1. Grayscale: #4B4B4B. Windows color (decimal): -12954546 or 5133370. OLE color: 5133370.

HSL color Cylindrical-coordinate representation of color #3A544E: hue angle of 166.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A544E is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB588478-
CMYK0.3100.070.67
HSL166.15º18.31%27.84%-
HSV(B)166.15º30.95%32.94%-
XYZ6.297.798.38-
YUV75.54129.39115.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.36%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=26.36%
G=38.18%
B=35.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5884780.3100.070.67166.1518.3127.84
Hex3A544E1F0743a6121c
Octal7212411637071032462234
Binary111010101010010011101111101111000011101001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,84,78); }

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

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

 a { background-color: rgb(58,84,78); }

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

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

 span { border-color: rgb(58,84,78); }

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