#3A534D

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

Shades of Corduroy #3A534D

Tints of Corduroy #3A534D

Color information

#3A534D (or 0x3A534D) is unknown color: approx Corduroy. HEX triplet: 3A, 53 and 4D. RGB value is (58,83,77). Sum of RGB (Red+Green+Blue) = 58+83+77=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #3A534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A534D is #C5ACB2. Grayscale: #4A4A4A. Windows color (decimal): -12954803 or 5067578. OLE color: 5067578.

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

Color convert

RGB588377-
CMYK0.3000.070.67
HSL165.6º17.73%27.65%-
HSV(B)165.6º30.12%32.55%-
XYZ6.187.628.17-
YUV74.84129.22115.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.61%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=26.61%
G=38.07%
B=35.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883770.3000.070.67165.617.7327.65
Hex3A534D1E0743a6121c
Octal7212311536071032462234
Binary111010101001110011011111001111000011101001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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