Html Css Color HEX #3F564D Plantation

📋 copy color: '#3F564D'

red 63 ◦ green 86 ◦ blue 77

#3F564D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #3F564D

Tints of Plantation #3F564D

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 value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#3F564D (or 0x3F564D) is known color: 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

RGB 63 86 77 -
CMYK 0.27 0 0.10 0.66
HSL 156.52º 0.15% 0.29% -
HSV(B) 156.52º 0.27% 0.34% -
XYZ 6.72 8.25 8.26 -
YUV 78.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 63 86 77 0.27 0 0.10 0.66 156.52 0.15 0.29
Hex 3F 56 4D 1B 0 A 42 9D F 1D
Octal 77 126 115 33 0 12 102 235 17 35
Binary 111111 1010110 1001101 11011 0 1010 1000010 10011101 1111 11101

Color Harmonies of #3F564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F564D

Black with #3F564D

Text Example


Text Example

White with #3F564D

Text Example


Text Example

HTML Codes & Css Web 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>