#3F634E

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

Shades of Plantation #3F634E

Tints of Plantation #3F634E

Color information

#3F634E (or 0x3F634E) is unknown color: approx Plantation. HEX triplet: 3F, 63 and 4E. RGB value is (63,99,78). Sum of RGB (Red+Green+Blue) = 63+99+78=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #3F634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F634E is #C09CB1. Grayscale: #555555. Windows color (decimal): -12623026 or 5137215. OLE color: 5137215.

HSL color Cylindrical-coordinate representation of color #3F634E: hue angle of 145º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F634E is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB639978-
CMYK0.3600.210.61
HSL145º22.22%31.76%-
HSV(B)145º36.36%38.82%-
XYZ7.8910.538.82-
YUV85.84123.57111.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.25%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=26.25%
G=41.25%
B=32.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6399780.3600.210.6114522.2231.76
Hex3F634E240153D911620
Octal7714311644025752212640
Binary111111110001110011101001000101011111011001000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,99,78); }

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

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

 a { background-color: rgb(63,99,78); }

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

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

 span { border-color: rgb(63,99,78); }

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