#3D564F

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

Shades of Corduroy #3D564F

Tints of Corduroy #3D564F

Color information

#3D564F (or 0x3D564F) is unknown color: approx Corduroy. HEX triplet: 3D, 56 and 4F. RGB value is (61,86,79). Sum of RGB (Red+Green+Blue) = 61+86+79=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #3D564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D564F is #C2A9B0. Grayscale: #4D4D4D. Windows color (decimal): -12757425 or 5199421. OLE color: 5199421.

HSL color Cylindrical-coordinate representation of color #3D564F: hue angle of 163.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D564F is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB618679-
CMYK0.2900.080.66
HSL163.2º17.01%28.82%-
HSV(B)163.2º29.07%33.73%-
XYZ6.668.218.63-
YUV77.73128.72116.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.99%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=26.99%
G=38.05%
B=34.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6186790.2900.080.66163.217.0128.82
Hex3D564F1D0842a3111d
Octal75126117350101022432135
Binary1111011010110100111111101010001000010101000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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