#3D534B

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

Shades of Corduroy #3D534B

Tints of Corduroy #3D534B

Color information

#3D534B (or 0x3D534B) is unknown color: approx Corduroy. HEX triplet: 3D, 53 and 4B. RGB value is (61,83,75). Sum of RGB (Red+Green+Blue) = 61+83+75=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #3D534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D534B is #C2ACB4. Grayscale: #4B4B4B. Windows color (decimal): -12758197 or 4936509. OLE color: 4936509.

HSL color Cylindrical-coordinate representation of color #3D534B: hue angle of 158.18º degrees, saturation: 0.15, 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 #3D534B is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB618375-
CMYK0.2700.100.67
HSL158.18º15.28%28.24%-
HSV(B)158.18º26.51%32.55%-
XYZ6.297.697.81-
YUV75.51127.71117.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.85%
GREEN value IS 83 (32.81% from 255) = 37.90%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=27.85%
G=37.90%
B=34.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6183750.2700.100.67158.1815.2828.24
Hex3D534B1B0A439ef1c
Octal75123113330121032361734
Binary111101101001110010111101101010100001110011110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,83,75); }

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

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

 a { background-color: rgb(61,83,75); }

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

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

 span { border-color: rgb(61,83,75); }

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