#3F654F

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

Shades of Plantation #3F654F

Tints of Plantation #3F654F

Color information

#3F654F (or 0x3F654F) is unknown color: approx Plantation. HEX triplet: 3F, 65 and 4F. RGB value is (63,101,79). Sum of RGB (Red+Green+Blue) = 63+101+79=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #3F654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F654F is #C09AB0. Grayscale: #575757. Windows color (decimal): -12622513 or 5203263. OLE color: 5203263.

HSL color Cylindrical-coordinate representation of color #3F654F: hue angle of 145.26º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F654F is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB6310179-
CMYK0.3800.220.60
HSL145.26º23.17%32.16%-
HSV(B)145.26º37.62%39.61%-
XYZ8.1110.939.08-
YUV87.13123.41110.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=25.93%
G=41.56%
B=32.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63101790.3800.220.60145.2623.1732.16
Hex3F654F260163C911720
Octal7714511746026742212740
Binary111111110010110011111001100101101111001001000110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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