#3F4843

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

Shades of Plantation #3F4843

Tints of Plantation #3F4843

Color information

#3F4843 (or 0x3F4843) is unknown color: approx Plantation. HEX triplet: 3F, 48 and 43. RGB value is (63,72,67). Sum of RGB (Red+Green+Blue) = 63+72+67=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4843 is #C0B7BC. Grayscale: #444444. Windows color (decimal): -12629949 or 4409407. OLE color: 4409407.

HSL color Cylindrical-coordinate representation of color #3F4843: hue angle of 146.67º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3F4843 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB637267-
CMYK0.1200.070.72
HSL146.67º6.67%26.47%-
HSV(B)146.67º12.5%28.24%-
XYZ5.386.16.2-
YUV68.74127.02123.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.19%
GREEN value IS 72 (28.52% from 255) = 35.64%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=31.19%
G=35.64%
B=33.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6372670.1200.070.72146.676.6726.47
Hex3F4843C07489371a
Octal771101031407110223732
Binary111111100100010000111100011110010001001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,72,67); }

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

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

 a { background-color: rgb(63,72,67); }

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

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

 span { border-color: rgb(63,72,67); }

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