#3D544F

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

Shades of Corduroy #3D544F

Tints of Corduroy #3D544F

Color information

#3D544F (or 0x3D544F) is unknown color: approx Corduroy. HEX triplet: 3D, 54 and 4F. RGB value is (61,84,79). Sum of RGB (Red+Green+Blue) = 61+84+79=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 84 - color contains mainly: green. Hex color #3D544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D544F is #C2ABB0. Grayscale: #4C4C4C. Windows color (decimal): -12757937 or 5198909. OLE color: 5198909.

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

Color convert

RGB618479-
CMYK0.2700.060.67
HSL166.96º15.86%28.43%-
HSV(B)166.96º27.38%32.94%-
XYZ6.517.98.58-
YUV76.55129.38116.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.23%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=27.23%
G=37.5%
B=35.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6184790.2700.060.67166.9615.8628.43
Hex3D544F1B0643a7101c
Octal7512411733061032472034
Binary111101101010010011111101101101000011101001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,84,79); }

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

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

 a { background-color: rgb(61,84,79); }

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

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

 span { border-color: rgb(61,84,79); }

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