#3F4F46

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

Shades of Plantation #3F4F46

Tints of Plantation #3F4F46

Color information

#3F4F46 (or 0x3F4F46) is unknown color: approx Plantation. HEX triplet: 3F, 4F and 46. RGB value is (63,79,70). Sum of RGB (Red+Green+Blue) = 63+79+70=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F46 is #C0B0B9. Grayscale: #494949. Windows color (decimal): -12628154 or 4607807. OLE color: 4607807.

HSL color Cylindrical-coordinate representation of color #3F4F46: hue angle of 146.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F4F46 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB637970-
CMYK0.2000.110.69
HSL146.25º11.27%27.84%-
HSV(B)146.25º20.25%30.98%-
XYZ5.957.096.85-
YUV73.19126.2120.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.72%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=29.72%
G=37.26%
B=33.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6379700.2000.110.69146.2511.2727.84
Hex3F4F46140B4592b1c
Octal77117106240131052221334
Binary111111100111110001101010001011100010110010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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