#3F614D

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

Shades of Plantation #3F614D

Tints of Plantation #3F614D

Color information

#3F614D (or 0x3F614D) is unknown color: approx Plantation. HEX triplet: 3F, 61 and 4D. RGB value is (63,97,77). Sum of RGB (Red+Green+Blue) = 63+97+77=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #3F614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F614D is #C09EB2. Grayscale: #545454. Windows color (decimal): -12623539 or 5071167. OLE color: 5071167.

HSL color Cylindrical-coordinate representation of color #3F614D: hue angle of 144.71º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F614D is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB639777-
CMYK0.3500.210.62
HSL144.71º21.25%31.37%-
HSV(B)144.71º35.05%38.04%-
XYZ7.6610.148.57-
YUV84.55123.74112.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 77 (30.47% from 255) = 32.49%
R=26.58%
G=40.93%
B=32.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397770.3500.210.62144.7121.2531.37
Hex3F614D230153E91151f
Octal7714111543025762212537
Binary11111111000011001101100011010101111110100100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,77); }

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

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

 a { background-color: rgb(63,97,77); }

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

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

 span { border-color: rgb(63,97,77); }

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