#3F564F

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

Shades of Corduroy #3F564F

Tints of Corduroy #3F564F

Color information

#3F564F (or 0x3F564F) is unknown color: approx Corduroy. HEX triplet: 3F, 56 and 4F. RGB value is (63,86,79). Sum of RGB (Red+Green+Blue) = 63+86+79=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 86 - color contains mainly: green. Hex color #3F564F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F564F is #C0A9B0. Grayscale: #4E4E4E. Windows color (decimal): -12626353 or 5199423. OLE color: 5199423.

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

Color convert

RGB638679-
CMYK0.2700.080.66
HSL161.74º15.44%29.22%-
HSV(B)161.74º26.74%33.73%-
XYZ6.798.288.64-
YUV78.32128.38117.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.63%
GREEN value IS 86 (33.98% from 255) = 37.72%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=27.63%
G=37.72%
B=34.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6386790.2700.080.66161.7415.4429.22
Hex3F564F1B0842a2f1d
Octal77126117330101022421735
Binary111111101011010011111101101000100001010100010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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