#3F564D

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

Shades of Plantation #3F564D

Tints of Plantation #3F564D

Color information

#3F564D (or 0x3F564D) is unknown color: approx Plantation. HEX triplet: 3F, 56 and 4D. RGB value is (63,86,77). Sum of RGB (Red+Green+Blue) = 63+86+77=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #3F564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F564D is #C0A9B2. Grayscale: #4E4E4E. Windows color (decimal): -12626355 or 5068351. OLE color: 5068351.

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

Color convert

RGB638677-
CMYK0.2700.100.66
HSL156.52º15.44%29.22%-
HSV(B)156.52º26.74%33.73%-
XYZ6.728.258.26-
YUV78.1127.38117.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 77 (30.47% from 255) = 34.07%
R=27.88%
G=38.05%
B=34.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6386770.2700.100.66156.5215.4429.22
Hex3F564D1B0A429df1d
Octal77126115330121022351735
Binary111111101011010011011101101010100001010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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