#3D524C

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

Shades of Corduroy #3D524C

Tints of Corduroy #3D524C

Color information

#3D524C (or 0x3D524C) is unknown color: approx Corduroy. HEX triplet: 3D, 52 and 4C. RGB value is (61,82,76). Sum of RGB (Red+Green+Blue) = 61+82+76=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #3D524C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D524C is #C2ADB3. Grayscale: #4B4B4B. Windows color (decimal): -12758452 or 5001789. OLE color: 5001789.

HSL color Cylindrical-coordinate representation of color #3D524C: hue angle of 162.86º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D524C is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB618276-
CMYK0.2600.070.68
HSL162.86º14.69%28.04%-
HSV(B)162.86º25.61%32.16%-
XYZ6.257.557.97-
YUV75.04128.54117.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.85%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=27.85%
G=37.44%
B=34.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6182760.2600.070.68162.8614.6928.04
Hex3D524C1A0744a3f1c
Octal7512211432071042431734
Binary11110110100101001100110100111100010010100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,82,76); }

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

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

 a { background-color: rgb(61,82,76); }

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

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

 span { border-color: rgb(61,82,76); }

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